]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/android/timed_output.h
Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[karo-tx-linux.git] / drivers / staging / android / timed_output.h
index 905c7cc9588e85998e6c918c09fb9f2a7884662d..13d2ca51cbe80c8ce3bd8cdda069142a8bbba910 100644 (file)
@@ -20,10 +20,10 @@ struct timed_output_dev {
        const char      *name;
 
        /* enable the output and set the timer */
-       void    (*enable)(struct timed_output_dev *sdev, int timeout);
+       void (*enable)(struct timed_output_dev *sdev, int timeout);
 
        /* returns the current number of milliseconds remaining on the timer */
-       int             (*get_time)(struct timed_output_dev *sdev);
+       int (*get_time)(struct timed_output_dev *sdev);
 
        /* private data */
        struct device   *dev;