Skip to content

Commit

Permalink
Sat Aug 17 15:30:59 UTC 2024 Kernel update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 17, 2024
1 parent b06ae04 commit af5fc55
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bsp/drivers/stmmac/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
ccflags-y += -I $(srctree)/include/linux/
ccflags-y += -I $(srctree)/drivers/net/ethernet/stmicro/stmmac/
ccflags-y += -I $(srctree)/drivers/net/ethernet/stmicro/
ccflags-y += -DDYNAMIC_DEBUG_MODULE

obj-$(CONFIG_AW_DWMAC_SUNXI) += sunxi-stmmac.o
Expand Down
3 changes: 2 additions & 1 deletion bsp/drivers/stmmac/dwmac-sunxi-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
#include <net/tcp.h>
#include <net/udp.h>
#include <net/tc_act/tc_gact.h>
#include "stmmac.h"

#include "stmmac/stmmac.h"

#include "dwmac-sunxi-sysfs.h"

Expand Down
4 changes: 2 additions & 2 deletions bsp/drivers/stmmac/dwmac-sunxi.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
#include <linux/stmmac.h>
#include <sunxi-sid.h>

#include "stmmac.h"
#include "stmmac_platform.h"
#include "stmmac/stmmac.h"
#include "stmmac/stmmac_platform.h"

#include "dwmac-sunxi.h"

Expand Down
5 changes: 3 additions & 2 deletions bsp/drivers/stmmac/sunxi-uio.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
#include <linux/of_mdio.h>
#include <linux/slab.h>
#include <linux/version.h>
#include "stmmac_ptp.h"
#include "stmmac.h"

#include "stmmac/stmmac_ptp.h"
#include "stmmac/stmmac.h"
#include "hwif.h"

#define DRIVER_NAME "sunxi_uio"
Expand Down

0 comments on commit af5fc55

Please sign in to comment.