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
nexedi
linux
Commits
9a596a62
Commit
9a596a62
authored
Feb 19, 2007
by
Haavard Skinnemoen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AVR32] at32_spi_setup_slaves should be __init
Signed-off-by:
Haavard Skinnemoen
<
hskinnemoen@atmel.com
>
parent
08e15e81
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/avr32/mach-at32ap/at32ap7000.c
arch/avr32/mach-at32ap/at32ap7000.c
+1
-1
No files found.
arch/avr32/mach-at32ap/at32ap7000.c
View file @
9a596a62
...
@@ -752,7 +752,7 @@ static struct resource atmel_spi1_resource[] = {
...
@@ -752,7 +752,7 @@ static struct resource atmel_spi1_resource[] = {
DEFINE_DEV
(
atmel_spi
,
1
);
DEFINE_DEV
(
atmel_spi
,
1
);
DEV_CLK
(
spi_clk
,
atmel_spi1
,
pba
,
1
);
DEV_CLK
(
spi_clk
,
atmel_spi1
,
pba
,
1
);
static
void
static
void
__init
at32_spi_setup_slaves
(
unsigned
int
bus_num
,
struct
spi_board_info
*
b
,
at32_spi_setup_slaves
(
unsigned
int
bus_num
,
struct
spi_board_info
*
b
,
unsigned
int
n
,
const
u8
*
pins
)
unsigned
int
n
,
const
u8
*
pins
)
{
{
...
...
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