diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2010-06-17 13:10:54 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-06-22 14:33:36 -0700 |
commit | b06bce772768640039bd0eea51c52935f8bc701a (patch) | |
tree | 481774749e12d9dc006e056a345b4a3ec5ef6a82 /drivers/staging/xgifb | |
parent | a3e735a5a2fcf40819f26411e2605fde2064d6ca (diff) |
Staging: xgifb: remove XGI.h
This was not included anywhere and just defined a debugging macro.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Arnaud Patard <apatard@mandriva.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/xgifb')
-rw-r--r-- | drivers/staging/xgifb/XGI.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/xgifb/XGI.h b/drivers/staging/xgifb/XGI.h deleted file mode 100644 index 87803dd032de..000000000000 --- a/drivers/staging/xgifb/XGI.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _XGI_H -#define _XGI_H - -#if 1 -#define TWDEBUG(x) -#else -#define TWDEBUG(x) printk(KERN_INFO x "\n"); -#endif - -#endif |