From 6ef6b726ea4d5b17f308f1d2271c38631d650483 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 1 Apr 2009 12:46:15 -0700 Subject: [PATCH] qeth: properly delete empty files. Commit 911bce6f2a1dbda684772a4dda6efe64948307f6 ("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 --- drivers/s390/net/qeth_core_offl.c | 0 drivers/s390/net/qeth_core_offl.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 drivers/s390/net/qeth_core_offl.c delete mode 100644 drivers/s390/net/qeth_core_offl.h diff --git a/drivers/s390/net/qeth_core_offl.c b/drivers/s390/net/qeth_core_offl.c deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/drivers/s390/net/qeth_core_offl.h b/drivers/s390/net/qeth_core_offl.h deleted file mode 100644 index e69de29bb2d1d..0000000000000 -- 2.39.5