aboutsummaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon-sm5502.h
diff options
context:
space:
mode:
authorGravatar Stephan Gerhold <stephan@gerhold.net> 2021-06-03 10:52:21 +0200
committerGravatar Chanwoo Choi <cw00.choi@samsung.com> 2021-06-21 18:28:01 +0900
commitf33c056dea2ea6633d40d36371457380d372c607 (patch)
tree4f2dde8fe15e2a597199e7a870294d70d441984a /drivers/extcon/extcon-sm5502.h
parentdt-bindings: extcon: sm5502: Document siliconmitus,sm5504-muic (diff)
downloadlinux-f33c056dea2ea6633d40d36371457380d372c607.tar.gz
linux-f33c056dea2ea6633d40d36371457380d372c607.tar.bz2
linux-f33c056dea2ea6633d40d36371457380d372c607.zip
extcon: sm5502: Refactor driver to use chip-specific struct
Prepare for supporting SM5504 in the extcon-sm5502 driver by replacing enum sm5504_types with a struct sm5504_type that stores the chip-specific definitions. This struct can then be defined separately for SM5504 without having to add if (type == TYPE_SM5504) everywhere in the code. Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/extcon-sm5502.h')
-rw-r--r--drivers/extcon/extcon-sm5502.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/extcon/extcon-sm5502.h b/drivers/extcon/extcon-sm5502.h
index ce1f1ec310c4..d187205df7b3 100644
--- a/drivers/extcon/extcon-sm5502.h
+++ b/drivers/extcon/extcon-sm5502.h
@@ -8,10 +8,6 @@
#ifndef __LINUX_EXTCON_SM5502_H
#define __LINUX_EXTCON_SM5502_H
-enum sm5502_types {
- TYPE_SM5502,
-};
-
/* SM5502 registers */
enum sm5502_reg {
SM5502_REG_DEVICE_ID = 0x01,