From a6eb52bcd4408e4559cc1f4c477200bf516151b1 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 11 Dec 2004 17:07:00 +0000 Subject: [ARM] Fix compiler warning for set_speed irda method. --- include/asm-arm/mach/irda.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3