X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=arch%2Fm68k%2Flib%2Fashrdi3.c;h=e6565a3ee2c37065949cd92eed8deeb78c709f33;hb=2a26d99b251b8625d27aed14e97fc10707a3a81f;hp=1d59345f36c631550767bc8f8c77c9e6a69afbc0;hpb=d6bcc8069b27090f7e5bbe0521774f11c68a7001;p=cascardo%2Flinux.git diff --git a/arch/m68k/lib/ashrdi3.c b/arch/m68k/lib/ashrdi3.c index 1d59345f36c6..e6565a3ee2c3 100644 --- a/arch/m68k/lib/ashrdi3.c +++ b/arch/m68k/lib/ashrdi3.c @@ -13,6 +13,9 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */ +#include +#include + #define BITS_PER_UNIT 8 typedef int SItype __attribute__ ((mode (SI))); @@ -56,3 +59,4 @@ __ashrdi3 (DItype u, word_type b) return w.ll; } +EXPORT_SYMBOL(__ashrdi3);