1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Use myloader parser in the adm5120 mtd driver. Do not use EXPORT_SYMBOL in myloader parser

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6737 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-03-28 09:10:46 +00:00
parent 6493ad8f65
commit 1e96a745e3
2 changed files with 77 additions and 64 deletions

View File

@@ -40,7 +40,7 @@
#define NAME_PARTITION_TABLE "Partition Table"
#define BLOCK_LEN_MIN 0x10000
static int parse_myloader_partitions(struct mtd_info *master,
int parse_myloader_partitions(struct mtd_info *master,
struct mtd_partition **pparts,
unsigned long origin)
{
@@ -171,8 +171,6 @@ static void __exit mylo_mtd_parser_exit(void)
module_init(mylo_mtd_parser_init);
module_exit(mylo_mtd_parser_exit);
EXPORT_SYMBOL_GPL(parse_myloader_partitions);
MODULE_AUTHOR("Gabor Juhos <juhosg@freemail.hu>");
MODULE_DESCRIPTION("Parsing code for MyLoader partition tables");
MODULE_LICENSE("GPL");