From: Bill Pemberton Date: Thu, 17 Jun 2010 17:10:55 +0000 (-0400) Subject: Staging: xgifb: remove __KERNEL__ #ifdef in XGIfb.h X-Git-Tag: v2.6.36-rc1~520^2~1^2~363 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9253883a6d34fd5087ebc461e862613f38d72ec;p=profile%2Fivi%2Fkernel-x86-ivi.git Staging: xgifb: remove __KERNEL__ #ifdef in XGIfb.h 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 Cc: Arnaud Patard Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/xgifb/XGIfb.h b/drivers/staging/xgifb/XGIfb.h index 4c29cf0..ef86a64 100644 --- 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