Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8deac50 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

[PATCH] devfs: Remove devfs from the kernel tree



This is the first patch in a series of patches that removes devfs
support from the kernel.  This patch removes the core devfs code, and
its private header file.

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5fd571cb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -66,7 +66,6 @@ obj-$(CONFIG_MSDOS_FS) += msdos/
obj-$(CONFIG_VFAT_FS)		+= vfat/
obj-$(CONFIG_BFS_FS)		+= bfs/
obj-$(CONFIG_ISO9660_FS)	+= isofs/
obj-$(CONFIG_DEVFS_FS)		+= devfs/
obj-$(CONFIG_HFSPLUS_FS)	+= hfsplus/ # Before hfs to find wrapped HFS+
obj-$(CONFIG_HFS_FS)		+= hfs/
obj-$(CONFIG_VXFS_FS)		+= freevxfs/
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@
#include <linux/loop.h>
#include <linux/auto_fs.h>
#include <linux/auto_fs4.h>
#include <linux/devfs_fs.h>
#include <linux/tty.h>
#include <linux/vt_kern.h>
#include <linux/fb.h>

fs/devfs/Makefile

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
#
# Makefile for the linux devfs-filesystem routines.
#

obj-$(CONFIG_DEVFS_FS) += devfs.o

devfs-objs := base.o util.o
Loading