forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
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 */