summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2016-09-23 14:12:11 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-25 10:40:30 (GMT)
commitaeb92aef03d193b387be8a7b17d2afcadebbc21e (patch)
tree3d9b67f2b645208f09c46d6874282320dcfa1a3b
parent55e94ccb43ec8b4c9db2c90303c75b87e23d7eed (diff)
downloadlinux-aeb92aef03d193b387be8a7b17d2afcadebbc21e.tar.xz
staging: rts5208: remove not used typedef in rtsx_sys.h
This patch fixes the following checkpatch.pl warning in rtsx_sys.h: WARNING: do not add new typedefs Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rts5208/rtsx_sys.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rts5208/rtsx_sys.h b/drivers/staging/rts5208/rtsx_sys.h
index 0b6b4d4..f49bed9 100644
--- a/drivers/staging/rts5208/rtsx_sys.h
+++ b/drivers/staging/rts5208/rtsx_sys.h
@@ -28,8 +28,6 @@
#include "rtsx_chip.h"
#include "rtsx_card.h"
-typedef dma_addr_t ULONG_PTR;
-
static inline void rtsx_exclusive_enter_ss(struct rtsx_chip *chip)
{
struct rtsx_dev *dev = chip->rtsx;