#!/bin/sh
umount /mnt/card 2>/dev/null
/etc/rc.d/init.d/sd stop
rm /lib/modules/2.4.20/kernel/drivers/block/sharp_mmcsd_m.o
echo done.
