File tree Expand file tree Collapse file tree 2 files changed +22
-12
lines changed Expand file tree Collapse file tree 2 files changed +22
-12
lines changed Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0-only */
2
+ /*
3
+ * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
4
+ *
5
+ * This program is free software; you can redistribute it and/or modify
6
+ * it under the terms of the GNU General Public License version 2 and
7
+ * only version 2 as published by the Free Software Foundation.
8
+ */
9
+
10
+ #ifndef _ASM_HEXAGON_SETUP_H
11
+ #define _ASM_HEXAGON_SETUP_H
12
+
13
+ #include <linux/init.h>
14
+ #include <uapi/asm/setup.h>
15
+
16
+ extern char external_cmdline_buffer ;
17
+
18
+ void __init setup_arch_memory (void );
19
+
20
+ #endif
Original file line number Diff line number Diff line change 17
17
* 02110-1301, USA.
18
18
*/
19
19
20
- #ifndef _ASM_SETUP_H
21
- #define _ASM_SETUP_H
22
-
23
- #ifdef __KERNEL__
24
- #include <linux/init.h>
25
- #else
26
- #define __init
27
- #endif
20
+ #ifndef _UAPI_ASM_HEXAGON_SETUP_H
21
+ #define _UAPI_ASM_HEXAGON_SETUP_H
28
22
29
23
#include <asm-generic/setup.h>
30
24
31
- extern char external_cmdline_buffer ;
32
-
33
- void __init setup_arch_memory (void );
34
-
35
25
#endif
You can’t perform that action at this time.
0 commit comments