From: Andy Shevchenko Date: Wed, 14 Jan 2015 16:39:33 +0000 (+0200) Subject: x86: pmc-atom: Remove unused macro X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4922b9ce89ccdeb99364666f1fcc297c4af31bf7;p=openwrt%2Fstaging%2Fblogic.git x86: pmc-atom: Remove unused macro DRIVER_NAME seems unused. This patch just removes it. There is no functional change. Signed-off-by: Andy Shevchenko Cc: Aubrey Li Cc: Rafael J. Wysocki Cc: Kumar P. Mahesh Link: http://lkml.kernel.org/r/1421253575-22509-4-git-send-email-andriy.shevchenko@linux.intel.com Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/kernel/pmc_atom.c b/arch/x86/kernel/pmc_atom.c index 1dd6c62d42eb..6b62f55f40c4 100644 --- a/arch/x86/kernel/pmc_atom.c +++ b/arch/x86/kernel/pmc_atom.c @@ -25,8 +25,6 @@ #include -#define DRIVER_NAME KBUILD_MODNAME - struct pmc_dev { u32 base_addr; void __iomem *regmap;