diff options
Diffstat (limited to 'drivers/usb/musb-new')
| -rw-r--r-- | drivers/usb/musb-new/linux-compat.h | 16 | 
1 files changed, 0 insertions, 16 deletions
| diff --git a/drivers/usb/musb-new/linux-compat.h b/drivers/usb/musb-new/linux-compat.h index 72c8c2bad..d7a5663de 100644 --- a/drivers/usb/musb-new/linux-compat.h +++ b/drivers/usb/musb-new/linux-compat.h @@ -39,15 +39,6 @@ typedef unsigned long dmaaddr_t;  #define cpu_relax() do {} while (0)  #define pr_debug(fmt, args...) debug(fmt, ##args) -#define dev_dbg(dev, fmt, args...)		\ -	debug(fmt, ##args) -#define dev_vdbg(dev, fmt, args...)		\ -	debug(fmt, ##args) -#define dev_info(dev, fmt, args...)		\ -	printf(fmt, ##args) -#define dev_err(dev, fmt, args...)		\ -	printf(fmt, ##args) -#define printk printf  #define WARN(condition, fmt, args...) ({	\  	int ret_warn = !!condition;		\ @@ -55,13 +46,6 @@ typedef unsigned long dmaaddr_t;  		printf(fmt, ##args);		\  	ret_warn; }) -#define KERN_DEBUG -#define KERN_NOTICE -#define KERN_WARNING -#define KERN_ERR - -#define kfree(ptr) free(ptr) -  #define pm_runtime_get_sync(dev) do {} while (0)  #define pm_runtime_put(dev) do {} while (0)  #define pm_runtime_put_sync(dev) do {} while (0) |