CRIS: Make io_pwm_set_period members unsigned in etraxgpio.h
diff --git a/include/asm-cris/etraxgpio.h b/include/asm-cris/etraxgpio.h
index 9fdb206..38f1c8e 100644
--- a/include/asm-cris/etraxgpio.h
+++ b/include/asm-cris/etraxgpio.h
@@ -156,8 +156,8 @@
 #define IO_PWM_SET_PERIOD   0x21
 
 struct io_pwm_set_period {
-	int lo;		/* 0..8191 */
-	int hi;		/* 0..8191 */
+	unsigned int lo;		/* 0..8191 */
+	unsigned int hi;		/* 0..8191 */
 };
 
 /* Only for modes PWM_STANDARD and PWM_FAST.