Skip to content

Commit

Permalink
[ARM] Fix warning in arch/arm/mach-sa1100/generic.c
Browse files Browse the repository at this point in the history
Fix:

arch/arm/mach-sa1100/generic.c:224: warning: 'struct mcp_plat_data' declared inside parameter list

caused by mussing structure and function declaration.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Sep 18, 2005
1 parent 63150fc commit 118ec0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-sa1100/generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ extern void sa11x0_set_ssp_data(struct sa11x0_ssp_plat_ops *ops);

struct irda_platform_data;
void sa11x0_set_irda_data(struct irda_platform_data *irda);

struct mcp_plat_data;
void sa11x0_set_mcp_data(struct mcp_plat_data *data);

0 comments on commit 118ec0b

Please sign in to comment.