Commit e273d543 authored by Shiva Kerdel's avatar Shiva Kerdel Committed by Greg Kroah-Hartman

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: default avatarShiva Kerdel <shiva@exdev.nl>
Acked-by: default avatarStuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 04d5b9f7
...@@ -81,7 +81,7 @@ enum fsl_mc_pool_type { ...@@ -81,7 +81,7 @@ enum fsl_mc_pool_type {
*/ */
struct fsl_mc_resource { struct fsl_mc_resource {
enum fsl_mc_pool_type type; enum fsl_mc_pool_type type;
int32_t id; s32 id;
void *data; void *data;
struct fsl_mc_resource_pool *parent_pool; struct fsl_mc_resource_pool *parent_pool;
struct list_head node; struct list_head node;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment