tegra132: include what is actually used

The clk_rst.h file wasn't including files that had
functionality it was using resulting in broken builds
if just this file was included.

BUG=None
BRANCH=None
TEST=Built with just this file included -> no more errors.

Change-Id: I8dc0fcab363e1089587e6dc8ff04c2a76c5e364c
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/212331
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
Aaron Durbin 2014-08-13 16:15:49 -05:00 committed by chrome-internal-fetch
commit 03b455aa9d

View file

@ -16,6 +16,8 @@
#ifndef _TEGRA132_CLK_RST_H_
#define _TEGRA132_CLK_RST_H_
#include <stdint.h>
#include <stddef.h>
/* Clock/Reset Controller (CLK_RST_CONTROLLER_) regs */
struct __attribute__ ((__packed__)) clk_rst_ctlr {