diff options
author | Tom Rini | 2024-05-01 19:30:24 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-07 08:00:41 -0600 |
commit | a37323a2cb6ef73a1e68fc81a24c2e77c087fb18 (patch) | |
tree | 917f552b988221299473667bf771b3f8cdb2cfc9 /include/sm.h | |
parent | 05762344602d5086c06af943bbadf74bc545fdbd (diff) |
include: Add missing <linux/types.h>
These files have many "Linux" style types in them, add <linux/types.h>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/sm.h')
-rw-r--r-- | include/sm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sm.h b/include/sm.h index afa9c89055e..fbc156ad68a 100644 --- a/include/sm.h +++ b/include/sm.h @@ -19,7 +19,7 @@ * implementation of the driver you are using. */ -#include <asm/types.h> +#include <linux/types.h> #include <asm/ptrace.h> struct udevice; |