Commit 25a93110 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: usb_osintf.h isn't used for anything - get rid of it

parent 9385d861
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
#include <rtw_ioctl_set.h>
#include <hal_intf.h>

#include <usb_osintf.h>
#include <usb_ops.h>
#include <linux/ieee80211.h>

+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
#include <linux/ieee80211.h>

#include <usb_ops.h>
#include <usb_osintf.h>

static void
_ConfigChipOutEP(struct rtw_adapter *pAdapter, u8 NumOutPipe)
+0 −24
Original line number Diff line number Diff line
/******************************************************************************
 *
 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of version 2 of the GNU General Public License as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
 * more details.
 *
 ******************************************************************************/
#ifndef __USB_OSINTF_H
#define __USB_OSINTF_H

#include <osdep_service.h>
#include <drv_types.h>
#include <usb_vendor_req.h>

#define USBD_HALTED(_status) ((u32)(_status) >> 30 == 3)

#endif
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include <hal_intf.h>
#include <rtw_version.h>

#include <usb_osintf.h>
#include <rtl8723a_hal.h>

#include <linux/version.h>
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
#include <osdep_intf.h>
#include <usb_vendor_req.h>
#include <usb_ops.h>
#include <usb_osintf.h>
#include <rtl8723a_hal.h>

static int rtw_suspend(struct usb_interface *intf, pm_message_t message);