mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-11 13:43:27 +08:00
ARM: tegra: Make pinmux.h standalone includible
This header file uses type definitions (u8, u32) from linux/types.h but doesn't include it. If includes aren't carefully ordered this can cause build failures. Cc: Tom Warren <twarren@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
6eeedc196d
commit
35f590f4c3
@ -8,6 +8,8 @@
|
||||
#ifndef _TEGRA_PINMUX_H_
|
||||
#define _TEGRA_PINMUX_H_
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#include <asm/arch/tegra.h>
|
||||
|
||||
/* The pullup/pulldown state of a pin group */
|
||||
|
Loading…
Reference in New Issue
Block a user