]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Staging: xgifb: remove __KERNEL__ #ifdef in XGIfb.h
authorBill Pemberton <wfp5p@virginia.edu>
Thu, 17 Jun 2010 17:10:55 +0000 (13:10 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Jun 2010 21:33:36 +0000 (14:33 -0700)
The code inside this #ifdef declared a couple extern functions that
weren't used anywhere, so remove the whole #ifdef

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Arnaud Patard <apatard@mandriva.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/xgifb/XGIfb.h

index 4c29cf0437412c459ffd6303caf628de37815143..ef86a64d699600f9d291c83e5782a3c4e235475e 100644 (file)
@@ -205,9 +205,4 @@ struct video_info{
 
 extern struct video_info xgi_video_info;
 
-#ifdef __KERNEL__
-//extern void xgi_malloc(struct xgi_memreq *req);
-extern void xgi_free(unsigned long base);
-extern void xgi_dispinfo(struct ap_data *rec);
-#endif
 #endif