kernel/arch/sh/include/asm/adc.h
.. .. @@ -1,7 +1,6 @@ 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 2 #ifndef __ASM_ADC_H 3 3 #define __ASM_ADC_H 4 -#ifdef __KERNEL__5 4 /* 6 5 * Copyright (C) 2004 Andriy Skulysh 7 6 */ .. .. @@ -10,5 +9,4 @@ 10 9 11 10 int adc_single(unsigned int channel); 12 11 13 -#endif /* __KERNEL__ */14 12 #endif /* __ASM_ADC_H */