layerscape: make uImage with zImage for 32-bit kernel
[openwrt/openwrt.git] / target / linux / layerscape / patches-4.4 / 7214-staging-fsl-dpaa2-mac-match-id-cleanup.patch
1 From 137f5f17bad655024d18123b1be696ad6b9ec729 Mon Sep 17 00:00:00 2001
2 From: Stuart Yoder <stuart.yoder@nxp.com>
3 Date: Wed, 15 Jun 2016 14:04:32 -0500
4 Subject: [PATCH 214/226] staging: fsl-dpaa2/mac: match id cleanup
5
6 Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
7 ---
8 drivers/staging/fsl-dpaa2/mac/mac.c | 4 +---
9 1 file changed, 1 insertion(+), 3 deletions(-)
10
11 --- a/drivers/staging/fsl-dpaa2/mac/mac.c
12 +++ b/drivers/staging/fsl-dpaa2/mac/mac.c
13 @@ -670,12 +670,10 @@ static int dpaa2_mac_remove(struct fsl_m
14 return 0;
15 }
16
17 -static const struct fsl_mc_device_match_id dpaa2_mac_match_id_table[] = {
18 +static const struct fsl_mc_device_id dpaa2_mac_match_id_table[] = {
19 {
20 .vendor = FSL_MC_VENDOR_FREESCALE,
21 .obj_type = "dpmac",
22 - .ver_major = DPMAC_VER_MAJOR,
23 - .ver_minor = DPMAC_VER_MINOR,
24 },
25 {}
26 };