summaryrefslogtreecommitdiff
path: root/include/asm-sh/adc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/adc.h')
-rw-r--r--include/asm-sh/adc.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-sh/adc.h b/include/asm-sh/adc.h
deleted file mode 100644
index 5f85cf74d59d..000000000000
--- a/include/asm-sh/adc.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __ASM_ADC_H
-#define __ASM_ADC_H
-#ifdef __KERNEL__
-/*
- * Copyright (C) 2004 Andriy Skulysh
- */
-
-#include <asm/cpu/adc.h>
-
-int adc_single(unsigned int channel);
-
-#endif /* __KERNEL__ */
-#endif /* __ASM_ADC_H */