summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/stringloops/Makefile
blob: 2a728f4d2873de636379c277feae38f004c60934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# The loops are all 64-bit code
CFLAGS += -m64
CFLAGS += -I$(CURDIR)

TEST_PROGS := memcmp
EXTRA_SOURCES := memcmp_64.S ../harness.c

all: $(TEST_PROGS)

$(TEST_PROGS): $(EXTRA_SOURCES)

include ../../lib.mk

clean:
	rm -f $(TEST_PROGS) *.o
ndings/arm/zte.txt?h=nds-private-remove&id=5db4992d8f040b8d8db0b86d42806e0c417f7ccf'>5db4992d8f040b8d8db0b86d42806e0c417f7ccf (patch) tree5b06e952af482d45f3ade64e77824662e34b7fa2 /Documentation/devicetree/bindings/arm/zte.txt parent370ebb0ef6255132373ed35d13e7b1d8d2eb7003 (diff)
usbnet: pegasus: Use net_device_stats from struct net_devicends-private-remove
Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/zte.txt')
ass='graph'>
-rw-r--r--include/linux/export.h17
-rw-r--r--include/linux/fscache-cache.h1
-rw-r--r--include/linux/log2.h13
-rw-r--r--include/linux/module.h14
-rw-r--r--include/linux/netdevice.h29
-rw-r--r--include/linux/percpu-refcount.h4
-rw-r--r--include/net/ipv6.h5
-rw-r--r--include/uapi/linux/ethtool.h4
13 files changed, 82 insertions, 43 deletions
diff --git a/include/asm-generic/export.h b/include/asm-generic/export.h