]> git.baikalelectronics.ru Git - kernel.git/commit
staging: octeon-usb: switch to use kernel types
authorAaro Koskinen <aaro.koskinen@iki.fi>
Tue, 16 Feb 2016 22:22:16 +0000 (00:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 23:14:01 +0000 (15:14 -0800)
commitf9de9979aeab10df1cc24b3f7f7e2f07d8bae40c
tree834209e19065ec499007bdcdff18fe60904b3e88
parent9c30604de6475996ceefabea9fdfce72c1430876
staging: octeon-usb: switch to use kernel types

Switch to use kernel types:

uint64_t -> u64
uint32_t -> u32
uint16_t -> u16
uint8_t  -> u8
int8_t   -> s8

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon-usb/octeon-hcd.c
drivers/staging/octeon-usb/octeon-hcd.h