driver core: Make the dev_*() family of macros in device.h complete

Removed duplicates defined elsewhere

Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Emil Medve
2007-10-30 14:37:14 -05:00
committed by Greg Kroah-Hartman
parent 30a468b1c1
commit 7b8712e563
3 changed files with 15 additions and 21 deletions

View File

@@ -259,12 +259,6 @@ static inline const char *state_name(struct isp1301 *isp)
return state_string(isp->otg.state);
}
#ifdef VERBOSE
#define dev_vdbg dev_dbg
#else
#define dev_vdbg(dev, fmt, arg...) do{}while(0)
#endif
/*-------------------------------------------------------------------------*/
/* NOTE: some of this ISP1301 setup is specific to H2 boards;