Przeglądaj źródła

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>
Bill Pemberton 15 lat temu
rodzic
commit
b06bce7727
1 zmienionych plików z 0 dodań i 10 usunięć
  1. 0 10
      drivers/staging/xgifb/XGI.h

+ 0 - 10
drivers/staging/xgifb/XGI.h

@@ -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