diff options
| author | Russell King <rmk@flint.arm.linux.org.uk> | 2004-12-11 17:07:00 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2004-12-11 17:07:00 +0000 |
| commit | a6eb52bcd4408e4559cc1f4c477200bf516151b1 (patch) | |
| tree | 1de377b32aa62f6052c19346bbbf8d9a2620ca53 /include | |
| parent | 9ea2a9dd287664b73d501c3ea345849ec0dee015 (diff) | |
[ARM] Fix compiler warning for set_speed irda method.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/mach/irda.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/mach/irda.h b/include/asm-arm/mach/irda.h index f4a2abc26734..58984d9c0b0b 100644 --- a/include/asm-arm/mach/irda.h +++ b/include/asm-arm/mach/irda.h @@ -14,7 +14,7 @@ struct irda_platform_data { int (*startup)(struct device *); void (*shutdown)(struct device *); int (*set_power)(struct device *, unsigned int state); - void (*set_speed)(struct device *, int speed); + void (*set_speed)(struct device *, unsigned int speed); }; #endif |
