History log of /drivers/ptp/ptp_pch.c
Revision Date Author Comments
769b0daf6e18a05a6d4da94baab7edd12867350c 16-May-2012 Geert Uytterhoeven <geert@linux-m68k.org> 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>
d8d789497aa016f802b95606c6473e92361ec0b5 09-Mar-2012 David S. Miller <davem@davemloft.net> ptp_pch: rename pch_pcidev to pci_driver to fix section mismatch warnings.

Signed-off-by: David S. Miller <davem@davemloft.net>
863d08ece9bf11043541e8017cfbdd16b800fbe5 07-Mar-2012 Takahiro Shimizu <tshimizu818@gmail.com> supports eg20t ptp clock

Supports EG20T ptp clock in the driver

Changes e-mail address.

Adds number.

Signed-off-by: Takahiro Shimizu <tshimizu818@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>