From 40255c47ac2a22a4e8c5088333d7e935410d5441 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 20 Oct 2008 11:32:09 -0700 Subject: [PATCH] Remove empty imacfb.c file Commit 2afce2cb53d77eb3c6185c846530293bea0c655c ("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 --- drivers/video/imacfb.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 drivers/video/imacfb.c diff --git a/drivers/video/imacfb.c b/drivers/video/imacfb.c deleted file mode 100644 index e69de29bb2d1d..0000000000000 -- 2.39.5