Skip to content

Commit

Permalink
[AVR32] Export clear_page symbol
Browse files Browse the repository at this point in the history
Add missing EXPORT_SYMBOL(clear_page), allowing ext3 to be compiled
as a module.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
  • Loading branch information
Haavard Skinnemoen committed Jan 26, 2007
1 parent 5ad0d38 commit 0cd7898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/avr32/kernel/avr32_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ EXPORT_SYMBOL(__avr32_asr64);
*/
EXPORT_SYMBOL(memset);
EXPORT_SYMBOL(memcpy);
EXPORT_SYMBOL(clear_page);

/*
* Userspace access stuff.
Expand Down

0 comments on commit 0cd7898

Please sign in to comment.