diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-09 02:08:37 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-09 02:08:37 -0400 |
commit | becba85f0e1ca8ab97bd7e836a7129a94ace1ff2 (patch) | |
tree | 3a43cb5edc60310c89790ab0961f5276bd9ca615 /arch/x86/include | |
parent | 9eccca0843205f87c00404b663188b88eb248051 (diff) | |
parent | 3372ec28622083ac87daf18918a222fbee06f6f9 (diff) |
Merge 4.0-rc3 into tty-testing
This resolves a merge issue in drivers/tty/serial/8250/8250_pci.c
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/intel-mid.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/intel-mid.h b/arch/x86/include/asm/intel-mid.h index 705d35708a50..7c5af123bdbd 100644 --- a/arch/x86/include/asm/intel-mid.h +++ b/arch/x86/include/asm/intel-mid.h | |||
@@ -136,9 +136,6 @@ extern enum intel_mid_timer_options intel_mid_timer_options; | |||
136 | #define SFI_MTMR_MAX_NUM 8 | 136 | #define SFI_MTMR_MAX_NUM 8 |
137 | #define SFI_MRTC_MAX 8 | 137 | #define SFI_MRTC_MAX 8 |
138 | 138 | ||
139 | extern struct console early_hsu_console; | ||
140 | extern void hsu_early_console_init(const char *); | ||
141 | |||
142 | extern void intel_scu_devices_create(void); | 139 | extern void intel_scu_devices_create(void); |
143 | extern void intel_scu_devices_destroy(void); | 140 | extern void intel_scu_devices_destroy(void); |
144 | 141 | ||