Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
b48b5f51
Commit
b48b5f51
authored
Jan 22, 2011
by
Colin Cross
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: tegra: clock: Add forward reference to struct clk
Signed-off-by:
Colin Cross
<
ccross@android.com
>
parent
cc939754
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
arch/arm/mach-tegra/include/mach/clk.h
arch/arm/mach-tegra/include/mach/clk.h
+2
-0
arch/arm/mach-tegra/include/mach/clkdev.h
arch/arm/mach-tegra/include/mach/clkdev.h
+2
-0
No files found.
arch/arm/mach-tegra/include/mach/clk.h
View file @
b48b5f51
...
...
@@ -20,6 +20,8 @@
#ifndef __MACH_CLK_H
#define __MACH_CLK_H
struct
clk
;
void
tegra_periph_reset_deassert
(
struct
clk
*
c
);
void
tegra_periph_reset_assert
(
struct
clk
*
c
);
...
...
arch/arm/mach-tegra/include/mach/clkdev.h
View file @
b48b5f51
...
...
@@ -20,6 +20,8 @@
#ifndef __MACH_CLKDEV_H
#define __MACH_CLKDEV_H
struct
clk
;
static
inline
int
__clk_get
(
struct
clk
*
clk
)
{
return
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment