Skip to content

Commit 925e862

Browse files
hmynenimaddy-kerneldev
authored andcommitted
powerpc/pseries: Include linux/types.h in papr-platform-dump.h
Fix the following build warning: usr/include/asm/papr-platform-dump.h:12: found __[us]{8,16,32,64} type without #include <linux/types.h> Fixes: 8aa9efc ("powerpc/pseries: Add papr-platform-dump character driver for dump retrieval") Closes: https://lore.kernel.org/linux-next/[email protected]/ Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Haren Myneni <[email protected]> Tested-by: Venkat Rao Bagalkote <[email protected]> [Maddy: fixed the commit to combine tags together] Signed-off-by: Madhavan Srinivasan <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent b2f64cf commit 925e862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/powerpc/include/uapi/asm/papr-platform-dump.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#ifndef _UAPI_PAPR_PLATFORM_DUMP_H_
33
#define _UAPI_PAPR_PLATFORM_DUMP_H_
44

5+
#include <linux/types.h>
56
#include <asm/ioctl.h>
67
#include <asm/papr-miscdev.h>
78

0 commit comments

Comments
 (0)