提交 35f590f4 编写于 作者: T Thierry Reding 提交者: Tom Warren

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: NThierry Reding <treding@nvidia.com>
Acked-by: NStephen Warren <swarren@nvidia.com>
Signed-off-by: NTom Warren <twarren@nvidia.com>
上级 6eeedc19
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册