diff options
Diffstat (limited to 'include/linux/pinctrl')
-rw-r--r-- | include/linux/pinctrl/machine.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/pinctrl/machine.h b/include/linux/pinctrl/machine.h index af145d571970..400f1926b234 100644 --- a/include/linux/pinctrl/machine.h +++ b/include/linux/pinctrl/machine.h | |||
@@ -46,13 +46,6 @@ struct pinctrl_map { | |||
46 | { .name = a, .ctrl_dev_name = b, .function = c, .dev_name = d } | 46 | { .name = a, .ctrl_dev_name = b, .function = c, .dev_name = d } |
47 | 47 | ||
48 | /* | 48 | /* |
49 | * Convenience macro to map a system function onto a certain pinctrl device. | ||
50 | * System functions are not assigned to a particular device. | ||
51 | */ | ||
52 | #define PIN_MAP_SYS(a, b, c) \ | ||
53 | { .name = a, .ctrl_dev_name = b, .function = c } | ||
54 | |||
55 | /* | ||
56 | * Convenience macro to map a system function onto a certain pinctrl device, | 49 | * Convenience macro to map a system function onto a certain pinctrl device, |
57 | * to be hogged by the pin control core until the system shuts down. | 50 | * to be hogged by the pin control core until the system shuts down. |
58 | */ | 51 | */ |