CRIS: Make io_pwm_set_period members unsigned in etraxgpio.h

+2 -2
+2 -2
include/asm-cris/etraxgpio.h
··· 156 #define IO_PWM_SET_PERIOD 0x21 157 158 struct io_pwm_set_period { 159 - int lo; /* 0..8191 */ 160 - int hi; /* 0..8191 */ 161 }; 162 163 /* Only for modes PWM_STANDARD and PWM_FAST.
··· 156 #define IO_PWM_SET_PERIOD 0x21 157 158 struct io_pwm_set_period { 159 + unsigned int lo; /* 0..8191 */ 160 + unsigned int hi; /* 0..8191 */ 161 }; 162 163 /* Only for modes PWM_STANDARD and PWM_FAST.