hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/sh/include/asm/adc.h
....@@ -1,7 +1,6 @@
11 /* SPDX-License-Identifier: GPL-2.0 */
22 #ifndef __ASM_ADC_H
33 #define __ASM_ADC_H
4
-#ifdef __KERNEL__
54 /*
65 * Copyright (C) 2004 Andriy Skulysh
76 */
....@@ -10,5 +9,4 @@
109
1110 int adc_single(unsigned int channel);
1211
13
-#endif /* __KERNEL__ */
1412 #endif /* __ASM_ADC_H */