Hi, > > > Use of_match_ptr definition for the of_match_table. > > > > Signed-off-by: Wim Van Sebroeck <wim@xxxxxxxxx> > > > > --- > > > > Can someone compile test this? > > > > Thanks, > > Wim. > > > I get this error. You probably need to add #include. > > scripts/kconfig/conf --silentoldconfig Kconfig > CHK include/linux/version.h > CHK include/generated/utsrelease.h > make[1]: `include/generated/mach-types.h' is up to date. > CALL scripts/checksyscalls.sh > CHK include/generated/compile.h > CC drivers/watchdog/watchdog_core.o > CC drivers/watchdog/watchdog_dev.o > CC drivers/watchdog/s3c2410_wdt.o > LD drivers/watchdog/watchdog.o > drivers/watchdog/s3c2410_wdt.c:517:3: error: implicit declaration of function ‘of_match_ptr’ > drivers/watchdog/s3c2410_wdt.c:517:34: error: ‘s3c2410_wdt_match’ undeclared here (not in a function) > make[2]: *** [drivers/watchdog/s3c2410_wdt.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[1]: *** [drivers/watchdog] Error 2 > make: *** [drivers] Error 2 Can you try with: #include <linux/of.h> ? Thanks, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html