Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b3c1b9d authored by Chris Metcalf's avatar Chris Metcalf
Browse files

arch/tile: export only COMMAND_LINE_SIZE to userspace.



This fixes a failure in "make headers_check" for tile.
I hadn't realized this file was exported to userspace by default.

Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent b3ae98ab
Loading
Loading
Loading
Loading
+6 −2
Original line number Original line Diff line number Diff line
@@ -15,6 +15,10 @@
#ifndef _ASM_TILE_SETUP_H
#ifndef _ASM_TILE_SETUP_H
#define _ASM_TILE_SETUP_H
#define _ASM_TILE_SETUP_H


#define COMMAND_LINE_SIZE	2048

#ifdef __KERNEL__

#include <linux/pfn.h>
#include <linux/pfn.h>
#include <linux/init.h>
#include <linux/init.h>


@@ -23,10 +27,10 @@
 */
 */
#define MAXMEM_PFN	PFN_DOWN(MAXMEM)
#define MAXMEM_PFN	PFN_DOWN(MAXMEM)


#define COMMAND_LINE_SIZE	2048

void early_panic(const char *fmt, ...);
void early_panic(const char *fmt, ...);
void warn_early_printk(void);
void warn_early_printk(void);
void __init disable_early_printk(void);
void __init disable_early_printk(void);


#endif /* __KERNEL__ */

#endif /* _ASM_TILE_SETUP_H */
#endif /* _ASM_TILE_SETUP_H */