summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/userspace/libsrc/usbip.h
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2011-06-20 05:44:37 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-06 03:11:33 (GMT)
commit099f79fa5a02c909ca1a621768fe454b664a7efa (patch)
treec4d5d215544ae1033d47f99d3e39af5d2c05f9c0 /drivers/staging/usbip/userspace/libsrc/usbip.h
parentc93be5b178ca7f3f4599da7a26a5828ab36aafb4 (diff)
downloadlinux-099f79fa5a02c909ca1a621768fe454b664a7efa.tar.xz
staging: usbip: userspace: libsrc: remove usbip.h
Remove the library version of usbip.h because its sole purpose was to include other headers, which is bad practice. Also modify include guards for consistency. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/userspace/libsrc/usbip.h')
-rw-r--r--drivers/staging/usbip/userspace/libsrc/usbip.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/staging/usbip/userspace/libsrc/usbip.h b/drivers/staging/usbip/userspace/libsrc/usbip.h
deleted file mode 100644
index 7cb8e6f..0000000
--- a/drivers/staging/usbip/userspace/libsrc/usbip.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright (C) 2005-2007 Takahiro Hirofuchi
- */
-
-#ifndef _USBIP_H
-#define _USBIP_H
-
-#ifdef HAVE_CONFIG_H
-#include "../config.h"
-#endif
-
-#include "usbip_common.h"
-#include "stub_driver.h"
-#include "vhci_driver.h"
-#ifdef DMALLOC
-#include <dmalloc.h>
-#endif
-
-#endif