diff options
| author | Alexey Dobriyan <[email protected]> | 2023-05-12 10:33:38 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-06-10 00:44:13 +0000 |
| commit | 3db55767da7427cebc49e22b25b5f50ff455add6 (patch) | |
| tree | 6e9d6fc3f331105b9bed7d74a153647ff86fd61f /arch/mips/include/asm/fw/cfe/cfe_api.h | |
| parent | procfs: replace all non-returning strlcpy with strscpy (diff) | |
| download | kernel-3db55767da7427cebc49e22b25b5f50ff455add6.tar.gz kernel-3db55767da7427cebc49e22b25b5f50ff455add6.zip | |
add intptr_t
Add signed intptr_t given that a) it is standard type and b) uintptr_t is
in tree.
Link: https://lkml.kernel.org/r/ed66b9e4-1fb7-45be-9bb9-d4bc291c691f@p183
Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'arch/mips/include/asm/fw/cfe/cfe_api.h')
| -rw-r--r-- | arch/mips/include/asm/fw/cfe/cfe_api.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/include/asm/fw/cfe/cfe_api.h b/arch/mips/include/asm/fw/cfe/cfe_api.h index 25df2f4deb31..b52a6a9c26f1 100644 --- a/arch/mips/include/asm/fw/cfe/cfe_api.h +++ b/arch/mips/include/asm/fw/cfe/cfe_api.h @@ -17,9 +17,6 @@ #include <linux/types.h> #include <linux/string.h> -typedef long intptr_t; - - /* * Constants */ |
