From: Oleg Drokin Date: Tue, 1 Mar 2011 04:07:59 +0000 (-0800) Subject: Merge "Remove EXPORT_SYMBOL for static function." X-Git-Tag: 2.0.59-llnl2-base~22 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=e3932b15a2aa2b6e2c99fc7449aba38c3afd526e;hp=be86ec961aada9055d543e449979202b4e775136 Merge "Remove EXPORT_SYMBOL for static function." --- diff --git a/lustre/obdclass/genops.c b/lustre/obdclass/genops.c index 51cd9b9..9a9adfa 100644 --- a/lustre/obdclass/genops.c +++ b/lustre/obdclass/genops.c @@ -80,7 +80,6 @@ static struct obd_device *obd_device_alloc(void) } return obd; } -EXPORT_SYMBOL(obd_device_alloc); static void obd_device_free(struct obd_device *obd) {