gpio/ep93xx: fix pr_fmt output
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 7 Jun 2011 20:52:01 +0000 (13:52 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 7 Jun 2011 23:13:49 +0000 (17:13 -0600)
With this driver now being moved from arch/arm/mach-ep93xx/gpio.c to
drivers/gpio/gpio-ep93xx.c the prefix "ep93xx" is now redundant in the
pr_* output. Using KBUILD_MODNAME is sufficient.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found