projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b06bce7
)
Staging: xgifb: remove __KERNEL__ #ifdef in XGIfb.h
author
Bill Pemberton
<wfp5p@virginia.edu>
Thu, 17 Jun 2010 17:10:55 +0000
(13:10 -0400)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/xgifb/XGIfb.h
b/drivers/staging/xgifb/XGIfb.h
index 4c29cf0437412c459ffd6303caf628de37815143..ef86a64d699600f9d291c83e5782a3c4e235475e 100644
(file)
--- a/
drivers/staging/xgifb/XGIfb.h
+++ b/
drivers/staging/xgifb/XGIfb.h
@@
-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