commit | 2fcbca687702163ae3a37ec4eac5905d6f119296 | [log] [tgz] |
---|---|---|
author | Taku Izumi <izumi.taku@jp.fujitsu.com> | Fri Aug 21 17:29:20 2015 +0900 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 24 14:06:34 2015 -0700 |
tree | dff775d4786b9f8fe33787471ff62173d0012d2b | |
parent | a18aaec21ec8f4d2a4e09ad590437777a1ebf691 [diff] |
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>