diff options
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/include/asm/bfin_sport.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/include/asm/bfin_sport.h b/arch/blackfin/include/asm/bfin_sport.h index c76ed8def302..fe88a2c19213 100644 --- a/arch/blackfin/include/asm/bfin_sport.h +++ b/arch/blackfin/include/asm/bfin_sport.h | |||
@@ -120,9 +120,6 @@ struct sport_register { | |||
120 | #define SPORT_IOC_MAGIC 'P' | 120 | #define SPORT_IOC_MAGIC 'P' |
121 | #define SPORT_IOC_CONFIG _IOWR('P', 0x01, struct sport_config) | 121 | #define SPORT_IOC_CONFIG _IOWR('P', 0x01, struct sport_config) |
122 | 122 | ||
123 | /* Test purpose */ | ||
124 | #define ENABLE_AD73311 _IOWR('P', 0x02, int) | ||
125 | |||
126 | struct sport_dev { | 123 | struct sport_dev { |
127 | struct cdev cdev; /* Char device structure */ | 124 | struct cdev cdev; /* Char device structure */ |
128 | 125 | ||