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:
parent
4cbe74905b
commit
03b455aa9d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue