diff options
Diffstat (limited to 'drivers/usb/host/fusbh200.h')
| -rw-r--r-- | drivers/usb/host/fusbh200.h | 12 | 
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/usb/host/fusbh200.h b/drivers/usb/host/fusbh200.h index 797c9e85527..6b719e066c3 100644 --- a/drivers/usb/host/fusbh200.h +++ b/drivers/usb/host/fusbh200.h @@ -165,17 +165,11 @@ struct fusbh200_hcd {			/* one per controller */  	u8			sbrn;		/* packed release number */  	/* irq statistics */ -#ifdef FUSBH200_STATS  	struct fusbh200_stats	stats;  #	define COUNT(x) do { (x)++; } while (0) -#else -#	define COUNT(x) do {} while (0) -#endif  	/* debug files */ -#ifdef DEBUG  	struct dentry		*debug_dir; -#endif  };  /* convert between an HCD pointer and the corresponding FUSBH200_HCD */ @@ -734,10 +728,4 @@ static inline unsigned fusbh200_read_frame_index(struct fusbh200_hcd *fusbh200)  })  /*-------------------------------------------------------------------------*/ -#ifndef DEBUG -#define STUB_DEBUG_FILES -#endif	/* DEBUG */ - -/*-------------------------------------------------------------------------*/ -  #endif /* __LINUX_FUSBH200_H */  | 
