]> git.baikalelectronics.ru Git - kernel.git/commit
fjes: platform_driver's .probe and .remove routine
authorTaku Izumi <izumi.taku@jp.fujitsu.com>
Fri, 21 Aug 2015 08:29:20 +0000 (17:29 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Aug 2015 21:06:34 +0000 (14:06 -0700)
commit814d4b34e38c4e84f2d78acde278d5a497041dc0
treedff775d4786b9f8fe33787471ff62173d0012d2b
parent9523e13038fd84b9d1dacb995752a50ff04a59e6
fjes: platform_driver's .probe and .remove routine

This patch implements platform_driver's .probe and .remove
routine, and also adds board specific private data structure.

This driver registers net_device at platform_driver's .probe
routine and unregisters net_device at its .remove routine.

Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fjes/fjes.h
drivers/net/fjes/fjes_main.c