diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-09-29 10:44:54 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-09-29 10:44:54 +0200 |
commit | ca5da7106214e03f5302ca630bd38a9145b27391 (patch) | |
tree | b8c012b76c1a28c629e0c2a6ed18f1f80e8283f8 /arch/arm/mach-pxa/generic.c | |
parent | [PATCH] Keys: Add possessor permissions to keys [try #3] (diff) | |
download | linux-ca5da7106214e03f5302ca630bd38a9145b27391.tar.xz linux-ca5da7106214e03f5302ca630bd38a9145b27391.zip |
[ARM] pxafb: Remove #if DEBUG, convert DPRINTK to pr_debug
Fix warning:
drivers/video/pxafb.h:119:5: warning: "DEBUG" is not defined
by removing the whole
#if DEBUG
#define DPRINTK(fmt, args...) printk...etc...
#else
#define DPRINTK(fmt, args...)
#endif
stuff - we have pr_debug() for this.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/generic.c')
0 files changed, 0 insertions, 0 deletions