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:
committed by
Greg Kroah-Hartman
parent
30a468b1c1
commit
7b8712e563
@@ -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;
|
||||
|
Reference in New Issue
Block a user