summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-10-20 18:32:09 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2008-10-20 18:32:09 (GMT)
commit0d468300dc97d6aec084799ffe39253ac366f1e4 (patch)
treef38552624876a32dc38c7392ffa4e0a6d59da8ec /drivers
parentdb7a6d8d01b21829d28638258cbbc9553210bac1 (diff)
downloadlinux-fsl-qoriq-0d468300dc97d6aec084799ffe39253ac366f1e4.tar.xz
Remove empty imacfb.c file
Commit 7c08c9ae0c145807c0dae4a55f240fa3d4fd5262 ("efifb/imacfb consolidation + hardware support") claimed to remove imacfb entirely and merge its DMI table into the efifb driver. So far so good, but the diff actually ended up just generating an empty file instead of removing it. [ Technical reason: the patch header looked like diff -puN drivers/video/imacfb.c~efifb-imacfb-consolidation-hardware-support drivers/video/imacfb.c --- a/drivers/video/imacfb.c~efifb-imacfb-consolidation-hardware-support +++ a/drivers/video/imacfb.c @@ -1,376 +0,0 @@ which git will think is a truncation, not a delete. Git wants to see a target of /dev/null to consider it a delete. ] So remove it properly. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/imacfb.c0
1 files changed, 0 insertions, 0 deletions
diff --git a/drivers/video/imacfb.c b/drivers/video/imacfb.c
deleted file mode 100644
index e69de29..0000000
--- a/drivers/video/imacfb.c
+++ /dev/null