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
9f43e44b
Commit
9f43e44b
authored
Jan 14, 2011
by
Sascha Hauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM i.MX31 mx31ads: remove unnecessary CONFIG_SERIAL_8250 ifdefs
Signed-off-by:
Sascha Hauer
<
s.hauer@pengutronix.de
>
parent
889faeaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
arch/arm/mach-mx3/mach-mx31ads.c
arch/arm/mach-mx3/mach-mx31ads.c
+1
-8
No files found.
arch/arm/mach-mx3/mach-mx31ads.c
View file @
9f43e44b
...
@@ -73,8 +73,7 @@
...
@@ -73,8 +73,7 @@
* This file contains the board-specific initialization routines.
* This file contains the board-specific initialization routines.
*/
*/
#if defined(CONFIG_SERIAL_8250) || defined(CONFIG_SERIAL_8250_MODULE)
/*
/*!
* The serial port definition structure.
* The serial port definition structure.
*/
*/
static
struct
plat_serial8250_port
serial_platform_data
[]
=
{
static
struct
plat_serial8250_port
serial_platform_data
[]
=
{
...
@@ -110,12 +109,6 @@ static int __init mxc_init_extuart(void)
...
@@ -110,12 +109,6 @@ static int __init mxc_init_extuart(void)
{
{
return
platform_device_register
(
&
serial_device
);
return
platform_device_register
(
&
serial_device
);
}
}
#else
static
inline
int
mxc_init_extuart
(
void
)
{
return
0
;
}
#endif
static
const
struct
imxuart_platform_data
uart_pdata
__initconst
=
{
static
const
struct
imxuart_platform_data
uart_pdata
__initconst
=
{
.
flags
=
IMXUART_HAVE_RTSCTS
,
.
flags
=
IMXUART_HAVE_RTSCTS
,
...
...
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