diff options
Diffstat (limited to 'arch/arm/mach-mx3/pcm037.h')
-rw-r--r-- | arch/arm/mach-mx3/pcm037.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-mx3/pcm037.h b/arch/arm/mach-mx3/pcm037.h deleted file mode 100644 index d6929721a5f..00000000000 --- a/arch/arm/mach-mx3/pcm037.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __PCM037_H__ -#define __PCM037_H__ - -enum pcm037_board_variant { - PCM037_PCM970, - PCM037_EET, -}; - -extern enum pcm037_board_variant pcm037_variant(void); - -#endif |