Staging: fsl-mc: include: mc: Kernel type 's32' preferred over 'int32_t'

Follow the kernel type preferrences of using 's32' over 'int32_t'.

Signed-off-by: Shiva Kerdel <shiva@exdev.nl>
Acked-by: Stuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Shiva Kerdel 2016-11-11 12:21:18 +01:00 committed by Greg Kroah-Hartman
parent 04d5b9f79c
commit e273d54380
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ enum fsl_mc_pool_type {
*/
struct fsl_mc_resource {
enum fsl_mc_pool_type type;
int32_t id;
s32 id;
void *data;
struct fsl_mc_resource_pool *parent_pool;
struct list_head node;