Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360355
b: refs/heads/master
c: 44fe63f
h: refs/heads/master
i:
  360353: de1564f
  360351: 086cdec
v: v3
  • Loading branch information
Uwe Kleine-König authored and Artem Bityutskiy committed Feb 4, 2013
1 parent 384b59e commit 24744fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 81f53ff89c136b72fc35a91d676aca2bc332bd33
refs/heads/master: 44fe63fc0fcbfef65b5a8c015abb4dbbbcc90f23
6 changes: 6 additions & 0 deletions trunk/drivers/mtd/maps/uclinux.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
#define MAP_NAME "ram"
#endif

/*
* Blackfin uses uclinux_ram_map during startup, so it must not be static.
* Provide a dummy declaration to make sparse happy.
*/
extern struct map_info uclinux_ram_map;

struct map_info uclinux_ram_map = {
.name = MAP_NAME,
.size = 0,
Expand Down

0 comments on commit 24744fc

Please sign in to comment.