diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-01-07 10:14:38 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:38 -0500 |
commit | 3a7526d4f5e42bb14b796eaa2aa26b9bdf6ceef4 (patch) | |
tree | 3763bd3ad5fd9cd53ae60eb23e2064469c15cf78 /arch/blackfin | |
parent | d64bc118d3b1b20120be8ea0f7e4c0b0df6ff02a (diff) |
Blackfin arch: drop ad73311 test code
drop ad73311 test code, this can be done easily from userspace
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
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 | ||