Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9253883 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman
Browse files

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: default avatarBill Pemberton <wfp5p@virginia.edu>
Cc: Arnaud Patard <apatard@mandriva.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b06bce77
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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