Revision cde44d1740bcb3dcfecbf792a71826431e61686e authored by Len Brown on 25 December 2010, 02:43:16 UTC, committed by Len Brown on 25 December 2010, 02:43:16 UTC
This reverts commit 3138b32d5e0998ba3cbd1c74bdc1887d74c5279b.

as it caused a crash upon battery removal:
https://bugzilla.kernel.org/show_bug.cgi?id=25302

Signed-off-by: Len Brown <len.brown@intel.com>
1 parent 3138b32
Raw File
Makefile
#
# Makefile for the Linux Sun Openprom filesystem routines.
#

obj-$(CONFIG_SUN_OPENPROMFS) += openpromfs.o

openpromfs-objs := inode.o
back to top