diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2015-01-14 11:39:33 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-01-20 06:50:14 -0500 |
commit | 4922b9ce89ccdeb99364666f1fcc297c4af31bf7 (patch) | |
tree | ff6f5c2e5c19b8f1e317130b54cbae9257dff697 | |
parent | d5df8fe34bec4539e259525feabd16efccf16750 (diff) |
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 <andriy.shevchenko@linux.intel.com>
Cc: Aubrey Li <aubrey.li@linux.intel.com>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Kumar P. Mahesh <mahesh.kumar.p@intel.com>
Link: http://lkml.kernel.org/r/1421253575-22509-4-git-send-email-andriy.shevchenko@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | arch/x86/kernel/pmc_atom.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
25 | 25 | ||
26 | #include <asm/pmc_atom.h> | 26 | #include <asm/pmc_atom.h> |
27 | 27 | ||
28 | #define DRIVER_NAME KBUILD_MODNAME | ||
29 | |||
30 | struct pmc_dev { | 28 | struct pmc_dev { |
31 | u32 base_addr; | 29 | u32 base_addr; |
32 | void __iomem *regmap; | 30 | void __iomem *regmap; |