]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/usb/sl811.h
cciss: fix regression firmware not displayed in procfs
[linux-2.6-omap-h63xx.git] / include / linux / usb / sl811.h
index 877373da410dcd0520cae0babe731188351fc637..3afe4d16fcef186d2c9f8b415b6c3c8b87c3ca2c 100644 (file)
@@ -1,9 +1,11 @@
-
 /*
  * board initialization should put one of these into dev->platform_data
  * and place the sl811hs onto platform_bus named "sl811-hcd".
  */
 
+#ifndef __LINUX_USB_SL811_H
+#define __LINUX_USB_SL811_H
+
 struct sl811_platform_data {
        unsigned        can_wakeup:1;
 
@@ -24,3 +26,4 @@ struct sl811_platform_data {
        /* void         (*clock_enable)(struct device *dev, int is_on); */
 };
 
+#endif /* __LINUX_USB_SL811_H */