From 53b5a1e071c79b7a22f2dbb82d13b4fe1011b318 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 8 May 2007 00:38:03 -0700 Subject: [PATCH] --- yaml --- r: 54893 b: refs/heads/master c: 1c2bbe6a11ec7d1de114acfc8a6bf2821b0224a5 h: refs/heads/master i: 54891: c4cd83547675128a57063a9820d63b0da6d3e267 v: v3 --- [refs] | 2 +- trunk/drivers/char/vt.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 43daa8234e12..1e5354bc1346 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2707cd016b12d5e64c4feefcb5740b65f0c46845 +refs/heads/master: 1c2bbe6a11ec7d1de114acfc8a6bf2821b0224a5 diff --git a/trunk/drivers/char/vt.c b/trunk/drivers/char/vt.c index afd00464184e..4ef9a286a230 100644 --- a/trunk/drivers/char/vt.c +++ b/trunk/drivers/char/vt.c @@ -934,6 +934,10 @@ int default_grn[] = {0x00,0x00,0xaa,0x55,0x00,0x00,0xaa,0xaa, int default_blu[] = {0x00,0x00,0x00,0x00,0xaa,0xaa,0xaa,0xaa, 0x55,0x55,0x55,0x55,0xff,0xff,0xff,0xff}; +module_param_array(default_red, int, NULL, S_IRUGO | S_IWUSR); +module_param_array(default_grn, int, NULL, S_IRUGO | S_IWUSR); +module_param_array(default_blu, int, NULL, S_IRUGO | S_IWUSR); + /* * gotoxy() must verify all boundaries, because the arguments * might also be negative. If the given position is out of