summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750.h
diff options
context:
space:
mode:
authorMike Rapoport <mike.rapoport@gmail.com>2015-09-22 12:01:18 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-29 04:16:31 +0200
commite967d336ee1a01ced24907ead6cd93dc4f097bed (patch)
tree7c66dc400473c82bc37aa6d7bd0b3cdef89ec6bb /drivers/staging/sm750fb/sm750.h
parent4cf26d859aba42f15a372d9f26b51f4a36f03575 (diff)
downloadop-kernel-dev-e967d336ee1a01ced24907ead6cd93dc4f097bed.zip
op-kernel-dev-e967d336ee1a01ced24907ead6cd93dc4f097bed.tar.gz
staging: sm750fb: remove unused MB(x) and KB(x) macros
The MB(x) and KB(x) macros are not used and therefore they can be removed Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb/sm750.h')
-rw-r--r--drivers/staging/sm750fb/sm750.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/sm750fb/sm750.h b/drivers/staging/sm750fb/sm750.h
index 5bc4455..793c092 100644
--- a/drivers/staging/sm750fb/sm750.h
+++ b/drivers/staging/sm750fb/sm750.h
@@ -7,7 +7,6 @@
/* please use revision id to distinguish sm750le and sm750*/
#define SPC_SM750 0
-#define MB(x) ((x)<<20)
#define MHZ(x) ((x) * 1000000)
/* align should be 2,4,8,16 */
#define PADDING(align, data) (((data)+(align)-1)&(~((align) - 1)))
OpenPOWER on IntegriCloud