Revision e8116e84b56f8fa4f091b967a045f47c55095c68 authored by Phil Dibowitz on 23 June 2005, 05:47:13 UTC, committed by Greg Kroah-Hartman on 12 July 2005, 18:52:54 UTC
This patch removes an unneeded subclass and protocol from the
07af/0005/100 entry in unsual_devs.h as reported by Alfred Ganz
<alfred-ganz@agci.com>.

Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent cf5910b
Raw File
Makefile
#
# Makefile for the Linux minix filesystem routines.
#

obj-$(CONFIG_MINIX_FS) += minix.o

minix-objs := bitmap.o itree_v1.o itree_v2.o namei.o inode.o file.o dir.o
back to top