mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
drivers: input: misc: Fix section mismatch warning
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
6809f0087c
commit
2921bbb7b5
|
|
@ -119,7 +119,7 @@ void gpio_event_resume(struct early_suspend *h)
|
|||
}
|
||||
#endif
|
||||
|
||||
static int __init gpio_event_probe(struct platform_device *pdev)
|
||||
static int gpio_event_probe(struct platform_device *pdev)
|
||||
{
|
||||
int err;
|
||||
struct gpio_event *ip;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user