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
ef126a4a
Commit
ef126a4a
authored
Sep 10, 2014
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regulator: of: Add stub OF match function for !OF case
Signed-off-by:
Mark Brown
<
broonie@kernel.org
>
parent
a0c7b164
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
drivers/regulator/internal.h
drivers/regulator/internal.h
+10
-0
No files found.
drivers/regulator/internal.h
View file @
ef126a4a
...
...
@@ -35,8 +35,18 @@ struct regulator {
struct
dentry
*
debugfs
;
};
#ifdef CONFIG_OF
struct
regulator_init_data
*
regulator_of_get_init_data
(
struct
device
*
dev
,
const
struct
regulator_desc
*
desc
,
struct
device_node
**
node
);
#else
static
inline
struct
regulator_init_data
*
regulator_of_get_init_data
(
struct
device
*
dev
,
const
struct
regulator_desc
*
desc
,
struct
device_node
**
node
)
{
return
NULL
;
}
#endif
#endif
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