From 44373cf907353bb8d5646f8258c58efa09044424 Mon Sep 17 00:00:00 2001 From: moles Date: Mon, 26 Sep 2016 20:13:17 +0800 Subject: [PATCH] Remove 0x0c control character --- arch/alpha/kernel/core_apecs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/alpha/kernel/core_apecs.c b/arch/alpha/kernel/core_apecs.c index 708c831efa7659..8dda9c590e4717 100644 --- a/arch/alpha/kernel/core_apecs.c +++ b/arch/alpha/kernel/core_apecs.c @@ -311,7 +311,7 @@ struct pci_ops apecs_pci_ops = .read = apecs_read_config, .write = apecs_write_config, }; - + void apecs_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end) { @@ -319,7 +319,7 @@ apecs_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end) *(vip)APECS_IOC_TBIA = 0; mb(); } - + void __init apecs_init_arch(void) {