diff options
author | Andres Salomon <dilinger@queued.net> | 2010-12-18 03:00:13 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-12-20 16:05:43 (GMT) |
commit | 521bc83b0fcda6f323f1de0e7bf137401a8145a2 (patch) | |
tree | 33ce7190a611c24e195a768d4e25e8a8017d7d7d /include/video/s1d13xxxfb.h | |
parent | 4959212c18669f254daa0ae796ad676b67939ba2 (diff) | |
download | linux-521bc83b0fcda6f323f1de0e7bf137401a8145a2.tar.xz |
s1d13xxxfb: drop unused code
Silence warnings such as -
drivers/video/s1d13xxxfb.c:421: warning: ‘bltbit_wait_bitset’ defined but not used
Just drop the unused code.
Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/video/s1d13xxxfb.h')
-rw-r--r-- | include/video/s1d13xxxfb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/video/s1d13xxxfb.h b/include/video/s1d13xxxfb.h index f0736cff..55f5344 100644 --- a/include/video/s1d13xxxfb.h +++ b/include/video/s1d13xxxfb.h @@ -136,12 +136,6 @@ #define S1DREG_DELAYOFF 0xFFFE #define S1DREG_DELAYON 0xFFFF -#define BBLT_FIFO_EMPTY 0x00 -#define BBLT_FIFO_NOT_EMPTY 0x40 -#define BBLT_FIFO_NOT_FULL 0x30 -#define BBLT_FIFO_HALF_FULL 0x20 -#define BBLT_FIFO_FULL 0x10 - #define BBLT_SOLID_FILL 0x0c |