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

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

Staging: xgifb: remove XGI.h



This was not included anywhere and just defined a debugging macro.

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 a3e735a5
Loading
Loading
Loading
Loading

drivers/staging/xgifb/XGI.h

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
#ifndef _XGI_H
#define _XGI_H

#if 1
#define TWDEBUG(x)
#else
#define TWDEBUG(x) printk(KERN_INFO x "\n");
#endif

#endif