From: Linus Torvalds Date: Mon, 20 Oct 2008 18:32:09 +0000 (-0700) Subject: Remove empty imacfb.c file X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0d468300dc97d6aec084799ffe39253ac366f1e4;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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 --- diff --git a/drivers/video/imacfb.c b/drivers/video/imacfb.c deleted file mode 100644 index e69de29bb2d1..000000000000