drivers/block/umem: move private include away from include/linux

Move include/linux/umem.h to drivers/block, as umem.c is the only user,
and its not an exported header.

Move the PCI_{VENDOR,DEVICE}_ID_* constants to include/linux/pci_ids.h.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Jeff Garzik
2007-09-27 06:25:06 -04:00
committed by Jens Axboe
parent ed155a95a4
commit 3084f0c610
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
#include <linux/fcntl.h> /* O_ACCMODE */
#include <linux/hdreg.h> /* HDIO_GETGEO */
#include <linux/umem.h>
#include "umem.h"
#include <asm/uaccess.h>
#include <asm/io.h>