Commit a6eb52bc authored by Russell King's avatar Russell King

[ARM] Fix compiler warning for set_speed irda method.

parent 9ea2a9dd
...@@ -14,7 +14,7 @@ struct irda_platform_data { ...@@ -14,7 +14,7 @@ struct irda_platform_data {
int (*startup)(struct device *); int (*startup)(struct device *);
void (*shutdown)(struct device *); void (*shutdown)(struct device *);
int (*set_power)(struct device *, unsigned int state); int (*set_power)(struct device *, unsigned int state);
void (*set_speed)(struct device *, int speed); void (*set_speed)(struct device *, unsigned int speed);
}; };
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment