mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
sparc: Move of_console_{device,path,options} info prom_common.c
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
23dc758e47
commit
ad07aed8ca
3 changed files with 9 additions and 18 deletions
|
@ -166,15 +166,6 @@ char * __init build_path_component(struct device_node *dp)
|
|||
return n;
|
||||
}
|
||||
|
||||
struct device_node *of_console_device;
|
||||
EXPORT_SYMBOL(of_console_device);
|
||||
|
||||
char *of_console_path;
|
||||
EXPORT_SYMBOL(of_console_path);
|
||||
|
||||
char *of_console_options;
|
||||
EXPORT_SYMBOL(of_console_options);
|
||||
|
||||
extern void restore_current(void);
|
||||
|
||||
void __init of_console_init(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue