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
01434faf
Commit
01434faf
authored
Jul 11, 2011
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tda18271c2dd: Fix compilation when module is not selected
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
ea4d03d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/media/dvb/frontends/tda18271c2dd.h
drivers/media/dvb/frontends/tda18271c2dd.h
+1
-1
No files found.
drivers/media/dvb/frontends/tda18271c2dd.h
View file @
01434faf
...
...
@@ -6,7 +6,7 @@ struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe,
struct
i2c_adapter
*
i2c
,
u8
adr
);
#else
static
inline
struct
dvb_frontend
*
tda18271c2dd_attach
(
struct
dvb_frontend
*
fe
,
struct
i2c_adapter
*
i2c
,
u8
adr
)
{
struct
i2c_adapter
*
i2c
,
u8
adr
)
{
printk
(
KERN_WARNING
"%s: driver disabled by Kconfig
\n
"
,
__func__
);
return
NULL
;
...
...
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