From: Linus Torvalds Date: Wed, 1 Apr 2009 19:46:15 +0000 (-0700) Subject: qeth: properly delete empty files. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=972dd435fb2c5da173a4c8dea44ccb8748e36d35;p=mv-sheeva.git qeth: properly delete empty files. Commit 64ef8957986f6a04f61e7c95fa6ffeb3a86a6661 ("qeth: remove EDDP") removed the qeth_core_offl.[hc] files, but ended up doing so by just patching them to zero size, rather than removing them properly. Actually remove the files. Reported-by: Andrew Price Cc: Frank Blaschka Cc: David S. Miller Signed-off-by: Linus Torvalds --- diff --git a/drivers/s390/net/qeth_core_offl.c b/drivers/s390/net/qeth_core_offl.c deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/drivers/s390/net/qeth_core_offl.h b/drivers/s390/net/qeth_core_offl.h deleted file mode 100644 index e69de29bb2d..00000000000