mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-06 19:24:52 +00:00
bmips: sercomm-msp430: fix include
Include <linux/of.h> instead of <linux/of_device.h>. This problem arised when adding support for 6.12, but it can be fixed on older kernels too. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
9ffbef7e19
commit
5017ecac84
@ -8,7 +8,7 @@
|
||||
#include <linux/delay.h>
|
||||
#include <linux/leds.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/of_device.h>
|
||||
#include <linux/of.h>
|
||||
#include <linux/spi/spi.h>
|
||||
#include "leds.h"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user