diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-23 21:31:12 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 10:47:37 -0700 |
commit | 14aefd1b49ff3bd13caa37fb06bd53488d5d1486 (patch) | |
tree | 94e1e623fe44ad875905a4a1101b29e88a762b9e /drivers/video/sis/sis_main.h | |
parent | 0b9cf3aa6b1e934807b40b4d478d7e11f7c43f55 (diff) | |
download | blackbird-op-linux-14aefd1b49ff3bd13caa37fb06bd53488d5d1486.tar.gz blackbird-op-linux-14aefd1b49ff3bd13caa37fb06bd53488d5d1486.zip |
video/sis/: remove compat code
This patch removes compat code for older kernel versions.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: <thomas@winischhofer.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/sis/sis_main.h')
-rw-r--r-- | drivers/video/sis/sis_main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/sis/sis_main.h b/drivers/video/sis/sis_main.h index 3e3b7fa05d6c..9540e977270e 100644 --- a/drivers/video/sis/sis_main.h +++ b/drivers/video/sis/sis_main.h @@ -665,11 +665,11 @@ static struct _customttable { /* Interface used by the world */ #ifndef MODULE -SISINITSTATIC int sisfb_setup(char *options); +static int sisfb_setup(char *options); #endif /* Interface to the low level console driver */ -SISINITSTATIC int sisfb_init(void); +static int sisfb_init(void); /* fbdev routines */ static int sisfb_get_fix(struct fb_fix_screeninfo *fix, int con, |