mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
pinctrl: aspeed: Fix missed include
Some SPDX churn made my fixes drop an important include from the Aspeed pinctrl header. Fix it up. Cc: Andrew Jeffery <andrew@aj.id.au> Reported-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
eb0a2daa45
commit
a1cd6c8b8f
@ -16,6 +16,8 @@
|
||||
#include <linux/pinctrl/pinconf-generic.h>
|
||||
#include <linux/regmap.h>
|
||||
|
||||
#include "pinmux-aspeed.h"
|
||||
|
||||
/*
|
||||
* The ASPEED SoCs provide typically more than 200 pins for GPIO and other
|
||||
* functions. The SoC function enabled on a pin is determined on a priority
|
||||
|
Loading…
Reference in New Issue
Block a user