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
47a2d728
Commit
47a2d728
authored
Aug 27, 2008
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sparc: Kill sbus_bus_type.
No longer used. Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
046e26a8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
19 deletions
+0
-19
arch/sparc/include/asm/of_platform.h
arch/sparc/include/asm/of_platform.h
+0
-1
arch/sparc/kernel/of_device.c
arch/sparc/kernel/of_device.c
+0
-9
arch/sparc64/kernel/of_device.c
arch/sparc64/kernel/of_device.c
+0
-9
No files found.
arch/sparc/include/asm/of_platform.h
View file @
47a2d728
...
...
@@ -14,7 +14,6 @@
*/
extern
struct
bus_type
ebus_bus_type
;
extern
struct
bus_type
sbus_bus_type
;
#define of_bus_type of_platform_bus_type
/* for compatibility */
...
...
arch/sparc/kernel/of_device.c
View file @
47a2d728
...
...
@@ -67,11 +67,6 @@ struct bus_type ebus_bus_type;
EXPORT_SYMBOL
(
ebus_bus_type
);
#endif
#ifdef CONFIG_SBUS
struct
bus_type
sbus_bus_type
;
EXPORT_SYMBOL
(
sbus_bus_type
);
#endif
struct
bus_type
of_platform_bus_type
;
EXPORT_SYMBOL
(
of_platform_bus_type
);
...
...
@@ -593,10 +588,6 @@ static int __init of_bus_driver_init(void)
if
(
!
err
)
err
=
of_bus_type_init
(
&
ebus_bus_type
,
"ebus"
);
#endif
#ifdef CONFIG_SBUS
if
(
!
err
)
err
=
of_bus_type_init
(
&
sbus_bus_type
,
"sbus"
);
#endif
if
(
!
err
)
scan_of_devices
();
...
...
arch/sparc64/kernel/of_device.c
View file @
47a2d728
...
...
@@ -93,11 +93,6 @@ struct bus_type ebus_bus_type;
EXPORT_SYMBOL
(
ebus_bus_type
);
#endif
#ifdef CONFIG_SBUS
struct
bus_type
sbus_bus_type
;
EXPORT_SYMBOL
(
sbus_bus_type
);
#endif
struct
bus_type
of_platform_bus_type
;
EXPORT_SYMBOL
(
of_platform_bus_type
);
...
...
@@ -874,10 +869,6 @@ static int __init of_bus_driver_init(void)
if
(
!
err
)
err
=
of_bus_type_init
(
&
ebus_bus_type
,
"ebus"
);
#endif
#ifdef CONFIG_SBUS
if
(
!
err
)
err
=
of_bus_type_init
(
&
sbus_bus_type
,
"sbus"
);
#endif
if
(
!
err
)
scan_of_devices
();
...
...
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