X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fusb_sl811.h;fp=include%2Flinux%2Fusb%2Fsl811.h;h=4f2d012d7309937e4597d6369bb9b67b54c6a24d;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=397ee3b3d7f357ff5d2d665491c12a28f478d909;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/linux/usb/sl811.h b/include/linux/usb_sl811.h similarity index 71% rename from include/linux/usb/sl811.h rename to include/linux/usb_sl811.h index 397ee3b3d..4f2d012d7 100644 --- a/include/linux/usb/sl811.h +++ b/include/linux/usb_sl811.h @@ -14,13 +14,13 @@ struct sl811_platform_data { u8 power; /* sl811 relies on an external source of VBUS current */ - void (*port_power)(struct device *dev, int is_on); + void (*port_power)(struct device *dev, int is_on); /* pulse sl811 nRST (probably with a GPIO) */ - void (*reset)(struct device *dev); + void (*reset)(struct device *dev); // some boards need something like these: - // int (*check_overcurrent)(struct device *dev); - // void (*clock_enable)(struct device *dev, int is_on); + // int (*check_overcurrent)(struct device *dev); + // void (*clock_enable)(struct device *dev, int is_on); };