projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e735a
)
Staging: xgifb: remove XGI.h
author
Bill Pemberton
<wfp5p@virginia.edu>
Thu, 17 Jun 2010 17:10:54 +0000
(13:10 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 22 Jun 2010 21:33:36 +0000
(14:33 -0700)
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>
drivers/staging/xgifb/XGI.h
[deleted file]
patch
|
blob
|
history
diff --git
a/drivers/staging/xgifb/XGI.h
b/drivers/staging/xgifb/XGI.h
deleted file mode 100644
(file)
index
87803dd
..0000000
--- 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