Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pasemi_mac: Fix building as module

Commit ded19addf9c937d83b9bfb4d73a836732569041b ('pasemic_mac*: Move
the PA Semi driver') inadvertently split pasemi_mac into two separate
modules with unresolved symbols. Change it back into a single module.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Ben Hutchings and committed by
David S. Miller
65e9d805 6b84bd16

+2 -1
+2 -1
drivers/net/ethernet/pasemi/Makefile
··· 2 2 # Makefile for the A Semi network device drivers. 3 3 # 4 4 5 - obj-$(CONFIG_PASEMI_MAC) += pasemi_mac.o pasemi_mac_ethtool.o 5 + obj-$(CONFIG_PASEMI_MAC) += pasemi_mac_driver.o 6 + pasemi_mac_driver-objs := pasemi_mac.o pasemi_mac_ethtool.o