mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-04 20:37:42 +01:00
fix wrong order of switch-adm.c includes
SVN-Revision: 2783
This commit is contained in:
parent
d0973506ba
commit
5dff113a9a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,8 +28,8 @@
|
|||
#include <linux/delay.h>
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
#include "gpio.h"
|
||||
#include "switch-core.h"
|
||||
#include "gpio.h"
|
||||
|
||||
#define DRIVER_NAME "adm6996"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue