From a2ab7ef893688dd9eefc0db75ce39331513b61aa Mon Sep 17 00:00:00 2001 From: Dmitri Vorobiev Date: Tue, 25 Nov 2008 02:54:52 +0200 Subject: [PATCH] --- yaml --- r: 128127 b: refs/heads/master c: e4582ea71cb651e02924fb39c9373a9e737088ce h: refs/heads/master i: 128125: 49ada72ec418eb71d1d146510bef740353148f63 128123: c25a64d97918803770db565472a25c86ea74794d 128119: 28219eb3888a248caf0fa108cc19e3177921d49c 128111: 047ec17f5b6aced9efaeecb3c4bf7188abdc7709 128095: a2db82da1ddb0e4bf0c089789daacd28adf1c8fc 128063: 0fd9a69f6f0889b0ed2141e26c3a5acb211b5e04 127999: c3235cfcfeead2886fbe3590299afabe7ec72392 v: v3 --- [refs] | 2 +- trunk/drivers/mtd/devices/lart.c | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 6750639651ff..d565d8dc34b7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ee49fa5c1b58453cb97969a8282fd7bbf0ad0d4 +refs/heads/master: e4582ea71cb651e02924fb39c9373a9e737088ce diff --git a/trunk/drivers/mtd/devices/lart.c b/trunk/drivers/mtd/devices/lart.c index f4bda4cee495..578de1c67bfe 100644 --- a/trunk/drivers/mtd/devices/lart.c +++ b/trunk/drivers/mtd/devices/lart.c @@ -619,7 +619,7 @@ static struct mtd_partition lart_partitions[] = { }; #endif -int __init lart_flash_init (void) +static int __init lart_flash_init (void) { int result; memset (&mtd,0,sizeof (mtd)); @@ -690,7 +690,7 @@ int __init lart_flash_init (void) return (result); } -void __exit lart_flash_exit (void) +static void __exit lart_flash_exit (void) { #ifndef HAVE_PARTITIONS del_mtd_device (&mtd); @@ -705,5 +705,3 @@ module_exit (lart_flash_exit); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Abraham vd Merwe "); MODULE_DESCRIPTION("MTD driver for Intel 28F160F3 on LART board"); - -