From 9ea8d8102bbd32d97fe25decd4bf47ad2a63e031 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Tue, 8 Apr 2014 11:44:49 +0800 Subject: [PATCH] gpio: zevio: Remove of_match_ptr around zevio_gpio_of_match This is a DT-only driver and it will be built only when CONFIG_OF is set. So it's pointless to use of_match_ptr. Signed-off-by: Axel Lin Signed-off-by: Linus Walleij --- Reading git-format-patch failed