projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5df8fe
)
x86: pmc-atom: Remove unused macro
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Wed, 14 Jan 2015 16:39:33 +0000
(18:39 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 20 Jan 2015 11:50:14 +0000
(12:50 +0100)
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>
arch/x86/kernel/pmc_atom.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/pmc_atom.c
b/arch/x86/kernel/pmc_atom.c
index 1dd6c62d42eb04631245bb9971bea0e648b11b7c..6b62f55f40c436ee417e9d74d4e6858995aa0d34 100644
(file)
--- a/
arch/x86/kernel/pmc_atom.c
+++ b/
arch/x86/kernel/pmc_atom.c
@@
-25,8
+25,6
@@
#include <asm/pmc_atom.h>
-#define DRIVER_NAME KBUILD_MODNAME
-
struct pmc_dev {
u32 base_addr;
void __iomem *regmap;