arch/arm/mach-omap2/pdata-quirks.c:656:28: error: 'omap_dm_timer_request_by_node' undeclared here (not in a function) .request_by_node = omap_dm_timer_request_by_node, ^ arch/arm/mach-omap2/pdata-quirks.c:657:29: error: 'omap_dm_timer_request_specific' undeclared here (not in a function) .request_specific = omap_dm_timer_request_specific, ^ arch/arm/mach-omap2/pdata-quirks.c:658:20: error: 'omap_dm_timer_request' undeclared here (not in a function) .request = omap_dm_timer_request, ^ arch/arm/mach-omap2/pdata-quirks.c:659:23: error: 'omap_dm_timer_set_source' undeclared here (not in a function) .set_source = omap_dm_timer_set_source, ^ arch/arm/mach-omap2/pdata-quirks.c:660:20: error: 'omap_dm_timer_get_irq' undeclared here (not in a function) .get_irq = omap_dm_timer_get_irq, ^ arch/arm/mach-omap2/pdata-quirks.c:661:27: error: 'omap_dm_timer_set_int_enable' undeclared here (not in a function) .set_int_enable = omap_dm_timer_set_int_enable, ^ arch/arm/mach-omap2/pdata-quirks.c:662:28: error: 'omap_dm_timer_set_int_disable' undeclared here (not in a function) .set_int_disable = omap_dm_timer_set_int_disable, ^ arch/arm/mach-omap2/pdata-quirks.c:663:17: error: 'omap_dm_timer_free' undeclared here (not in a function) .free = omap_dm_timer_free, ^ arch/arm/mach-omap2/pdata-quirks.c:664:19: error: 'omap_dm_timer_enable' undeclared here (not in a function) .enable = omap_dm_timer_enable, ^ arch/arm/mach-omap2/pdata-quirks.c:665:20: error: 'omap_dm_timer_disable' undeclared here (not in a function) .disable = omap_dm_timer_disable, ^ arch/arm/mach-omap2/pdata-quirks.c:666:21: error: 'omap_dm_timer_get_fclk' undeclared here (not in a function) .get_fclk = omap_dm_timer_get_fclk, ^ arch/arm/mach-omap2/pdata-quirks.c:667:18: error: 'omap_dm_timer_start' undeclared here (not in a function) .start = omap_dm_timer_start, ^ arch/arm/mach-omap2/pdata-quirks.c:668:17: error: 'omap_dm_timer_stop' undeclared here (not in a function) .stop = omap_dm_timer_stop, ^ arch/arm/mach-omap2/pdata-quirks.c:669:21: error: 'omap_dm_timer_set_load' undeclared here (not in a function) .set_load = omap_dm_timer_set_load, ^ arch/arm/mach-omap2/pdata-quirks.c:670:22: error: 'omap_dm_timer_set_match' undeclared here (not in a function) .set_match = omap_dm_timer_set_match, ^ arch/arm/mach-omap2/pdata-quirks.c:671:20: error: 'omap_dm_timer_set_pwm' undeclared here (not in a function) .set_pwm = omap_dm_timer_set_pwm, ^ arch/arm/mach-omap2/pdata-quirks.c:672:26: error: 'omap_dm_timer_set_prescaler' undeclared here (not in a function) .set_prescaler = omap_dm_timer_set_prescaler, ^ arch/arm/mach-omap2/pdata-quirks.c:673:25: error: 'omap_dm_timer_read_counter' undeclared here (not in a function) .read_counter = omap_dm_timer_read_counter, ^ arch/arm/mach-omap2/pdata-quirks.c:674:26: error: 'omap_dm_timer_write_counter' undeclared here (not in a function) .write_counter = omap_dm_timer_write_counter, ^ arch/arm/mach-omap2/pdata-quirks.c:675:24: error: 'omap_dm_timer_read_status' undeclared here (not in a function) .read_status = omap_dm_timer_read_status, ^ arch/arm/mach-omap2/pdata-quirks.c:676:25: error: 'omap_dm_timer_write_status' undeclared here (not in a function) .write_status = omap_dm_timer_write_status, ^ In file included from arch/arm/mach-omap2/pdata-quirks.c:15:0: include/linux/of_platform.h:51:2: error: expected identifier or '(' before '{' token { .compatible = _compat, .phys_addr = _phys, .name = _name, \ ^ arch/arm/mach-omap2/pdata-quirks.c:681:9: note: in expansion of macro 'OF_DEV_AUXDATA' OF_DEV_AUXDATA("ti,omap-dmtimer-pwm", 0, NULL, &pwm_dmtimer_pdata), ^ arch/arm/mach-omap2/pdata-quirks.c:681:75: error: expected identifier or '(' before ',' token OF_DEV_AUXDATA("ti,omap-dmtimer-pwm", 0, NULL, &pwm_dmtimer_pdata), ^ arch/arm/mach-omap2/pdata-quirks.c: In function 'pdata_quirks_init': arch/arm/mach-omap2/pdata-quirks.c:707:2: error: implicit declaration of function 'pdata_quirks_check' [-Werror=implicit-function-declaration]