aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/fusbh200.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/fusbh200.h')
-rw-r--r--drivers/usb/host/fusbh200.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/usb/host/fusbh200.h b/drivers/usb/host/fusbh200.h
index 797c9e855270..6b719e066c3f 100644
--- a/drivers/usb/host/fusbh200.h
+++ b/drivers/usb/host/fusbh200.h
@@ -165,17 +165,11 @@ struct fusbh200_hcd { /* one per controller */
165 u8 sbrn; /* packed release number */ 165 u8 sbrn; /* packed release number */
166 166
167 /* irq statistics */ 167 /* irq statistics */
168#ifdef FUSBH200_STATS
169 struct fusbh200_stats stats; 168 struct fusbh200_stats stats;
170# define COUNT(x) do { (x)++; } while (0) 169# define COUNT(x) do { (x)++; } while (0)
171#else
172# define COUNT(x) do {} while (0)
173#endif
174 170
175 /* debug files */ 171 /* debug files */
176#ifdef DEBUG
177 struct dentry *debug_dir; 172 struct dentry *debug_dir;
178#endif
179}; 173};
180 174
181/* convert between an HCD pointer and the corresponding FUSBH200_HCD */ 175/* 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)
734}) 728})
735/*-------------------------------------------------------------------------*/ 729/*-------------------------------------------------------------------------*/
736 730
737#ifndef DEBUG
738#define STUB_DEBUG_FILES
739#endif /* DEBUG */
740
741/*-------------------------------------------------------------------------*/
742
743#endif /* __LINUX_FUSBH200_H */ 731#endif /* __LINUX_FUSBH200_H */