Skip to content

Commit

Permalink
x86: pmc-atom: Remove unused macro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andy Shevchenko authored and Thomas Gleixner committed Jan 20, 2015
1 parent d5df8fe commit 4922b9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/kernel/pmc_atom.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

#include <asm/pmc_atom.h>

#define DRIVER_NAME KBUILD_MODNAME

struct pmc_dev {
u32 base_addr;
void __iomem *regmap;
Expand Down

0 comments on commit 4922b9c

Please sign in to comment.