linux/drivers/ptp
Geert Uytterhoeven 769b0daf6e ptp_pch: Add missing #include <linux/slab.h>
drivers/ptp/ptp_pch.c: In function 'pch_remove':
drivers/ptp/ptp_pch.c:576:2: error: implicit declaration of function 'kfree' [-Werror=implicit-function-declaration]
drivers/ptp/ptp_pch.c: In function 'pch_probe':
drivers/ptp/ptp_pch.c:587:2: error: implicit declaration of function 'kzalloc' [-Werror=implicit-function-declaration]

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-05-16 14:44:44 -04:00
..
Kconfig supports eg20t ptp clock 2012-03-09 13:55:34 -08:00
Makefile supports eg20t ptp clock 2012-03-09 13:55:34 -08:00
ptp_chardev.c ptp: Fix some locking bugs in ptp_read() 2011-06-01 19:29:10 -07:00
ptp_clock.c phc: Update author's email address. 2012-03-17 01:41:43 -07:00
ptp_ixp46x.c phc: Update author's email address. 2012-03-17 01:41:43 -07:00
ptp_pch.c ptp_pch: Add missing #include <linux/slab.h> 2012-05-16 14:44:44 -04:00
ptp_private.h
ptp_sysfs.c