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
bfddc1c3
Commit
bfddc1c3
authored
Aug 01, 2010
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VIDEO: cyberpro: remove unused cyber2000fb_get_fb_var()
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
ef299dfc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
drivers/video/cyber2000fb.c
drivers/video/cyber2000fb.c
+0
-6
drivers/video/cyber2000fb.h
drivers/video/cyber2000fb.h
+0
-3
No files found.
drivers/video/cyber2000fb.c
View file @
bfddc1c3
...
@@ -1122,12 +1122,6 @@ void cyber2000fb_disable_extregs(struct cfb_info *cfb)
...
@@ -1122,12 +1122,6 @@ void cyber2000fb_disable_extregs(struct cfb_info *cfb)
}
}
EXPORT_SYMBOL
(
cyber2000fb_disable_extregs
);
EXPORT_SYMBOL
(
cyber2000fb_disable_extregs
);
void
cyber2000fb_get_fb_var
(
struct
cfb_info
*
cfb
,
struct
fb_var_screeninfo
*
var
)
{
memcpy
(
var
,
&
cfb
->
fb
.
var
,
sizeof
(
struct
fb_var_screeninfo
));
}
EXPORT_SYMBOL
(
cyber2000fb_get_fb_var
);
/*
/*
* Attach a capture/tv driver to the core CyberX0X0 driver.
* Attach a capture/tv driver to the core CyberX0X0 driver.
*/
*/
...
...
drivers/video/cyber2000fb.h
View file @
bfddc1c3
...
@@ -487,8 +487,6 @@ struct cyberpro_info {
...
@@ -487,8 +487,6 @@ struct cyberpro_info {
#define ID_CYBERPRO_2010 2
#define ID_CYBERPRO_2010 2
#define ID_CYBERPRO_5000 3
#define ID_CYBERPRO_5000 3
struct
fb_var_screeninfo
;
/*
/*
* Note! Writing to the Cyber20x0 registers from an interrupt
* Note! Writing to the Cyber20x0 registers from an interrupt
* routine is definitely a bad idea atm.
* routine is definitely a bad idea atm.
...
@@ -497,4 +495,3 @@ int cyber2000fb_attach(struct cyberpro_info *info, int idx);
...
@@ -497,4 +495,3 @@ int cyber2000fb_attach(struct cyberpro_info *info, int idx);
void
cyber2000fb_detach
(
int
idx
);
void
cyber2000fb_detach
(
int
idx
);
void
cyber2000fb_enable_extregs
(
struct
cfb_info
*
cfb
);
void
cyber2000fb_enable_extregs
(
struct
cfb_info
*
cfb
);
void
cyber2000fb_disable_extregs
(
struct
cfb_info
*
cfb
);
void
cyber2000fb_disable_extregs
(
struct
cfb_info
*
cfb
);
void
cyber2000fb_get_fb_var
(
struct
cfb_info
*
cfb
,
struct
fb_var_screeninfo
*
var
);
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