Re: [PATCH] scsi: ufs: fix integer type usage in uapi header

2018-10-15 Thread Martin K. Petersen
Arnd, > We get a warning from 'make headers_check' about a newly introduced > usage of integer types in the scsi/scsi_bsg_ufs.h uapi header: > > usr/include/scsi/scsi_bsg_ufs.h:18: found __[us]{8,16,32,64} type without > #include > > Aside from the missing linux/types.h inclusion, I also notic

RE: [PATCH] scsi: ufs: fix integer type usage in uapi header

2018-10-12 Thread Avri Altman
Hi Arnd, > We get a warning from 'make headers_check' about a newly introduced > usage of integer types in the scsi/scsi_bsg_ufs.h uapi header: > > usr/include/scsi/scsi_bsg_ufs.h:18: found __[us]{8,16,32,64} type without > #include > > Aside from the missing linux/types.h inclusion, I also no

[PATCH] scsi: ufs: fix integer type usage in uapi header

2018-10-12 Thread Arnd Bergmann
We get a warning from 'make headers_check' about a newly introduced usage of integer types in the scsi/scsi_bsg_ufs.h uapi header: usr/include/scsi/scsi_bsg_ufs.h:18: found __[us]{8,16,32,64} type without #include Aside from the missing linux/types.h inclusion, I also noticed that it uses the w