|
@@ -38,22 +38,4 @@ struct nmk_gpio_platform_data;
|
|
|
void dbx500_add_gpios(struct device *parent, resource_size_t *base, int num,
|
|
|
int irq, struct nmk_gpio_platform_data *pdata);
|
|
|
|
|
|
-static inline void
|
|
|
-dbx500_add_pinctrl(struct device *parent, const char *name,
|
|
|
- resource_size_t base)
|
|
|
-{
|
|
|
- struct resource res[] = {
|
|
|
- DEFINE_RES_MEM(base, SZ_8K),
|
|
|
- };
|
|
|
- struct platform_device_info pdevinfo = {
|
|
|
- .parent = parent,
|
|
|
- .name = name,
|
|
|
- .id = -1,
|
|
|
- .res = res,
|
|
|
- .num_res = ARRAY_SIZE(res),
|
|
|
- };
|
|
|
-
|
|
|
- platform_device_register_full(&pdevinfo);
|
|
|
-}
|
|
|
-
|
|
|
#endif
|