diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2014-05-18 14:55:16 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-18 21:03:32 +0400 |
commit | 5a0ba45727a457e7a5db232a4742dd43795021cf (patch) | |
tree | 51946e8695e4643c86bb6993e142f5a98b231cb0 | |
parent | 51c4491457e996200db64fda51fe456c124b738a (diff) | |
download | linux-5a0ba45727a457e7a5db232a4742dd43795021cf.tar.xz |
staging: xgifb: Update TODO
There's no more printk abuse, it's been sorted out in
448810662ac3 ("Staging: xgifb: Remove printk usage.")
Extra ifdefs have been fixed too, mostly in
800d67cf9f77 ("staging: xgifb: eliminate #ifdef Tap4"),
c39aada6926c ("staging: xgifb: eliminate #ifdef XGIFB_PAN"),
fa4c212f2b81 ("staging: xgifb: delete unused definitions"),
5c167b30c1b4 ("staging: xgifb: eliminate #ifdef NewScratch"),
f059077388b0 ("Staging: xgifb: Remove #ifdef MODULE") and more.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/xgifb/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/xgifb/TODO b/drivers/staging/xgifb/TODO index 392b29d8f134..7eb99140a399 100644 --- a/drivers/staging/xgifb/TODO +++ b/drivers/staging/xgifb/TODO @@ -6,8 +6,7 @@ Arnaud TODO: - clean ups - sort out dup ids with SiS driver -- remove useless/wrong/unused #ifdef/code/... -- fix printk usages +- remove useless/wrong/unused code... - get rid of non-linux related stuff Please send patches to: |