1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2002-3 Patrick Mochel
4 * Copyright (c) 2002-3 Open Source Development Labs
7 #include <linux/device.h>
8 #include <linux/init.h>
9 #include <linux/memory.h>
11 #include <linux/backing-dev.h>
16 * driver_init - initialize driver model.
18 * Call the driver model init functions to initialize their
19 * subsystems. Called early from init/main.c.
21 void __init
driver_init(void)
23 /* These are the core pieces */
24 bdi_init(&noop_backing_dev_info
);
32 /* These are also core pieces, but must come after the