aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/vt6656/firmware.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2020-04-19 11:26:06 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-23 13:31:59 +0200
commit72d55ebb50e1ebc636ff70d9130254ea82c0312e (patch)
treea722c67436b0b1141e2c7da9ea0c060dda0e053a /drivers/staging/vt6656/firmware.h
parentStaging: rtl8723bs: rtw_wlan_util: Add size check of SSID IE (diff)
downloadwireguard-linux-72d55ebb50e1ebc636ff70d9130254ea82c0312e.tar.xz
wireguard-linux-72d55ebb50e1ebc636ff70d9130254ea82c0312e.zip
staging: vt6656: Move firmware functions into main_usb.
The firmware function are not that complicated so move them into main_usb as static functions in callers visibility Firmware definitions moved to device.h and MODULE_FIRMWARE move to below module_usb_driver. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Link: https://lore.kernel.org/r/7b384871-826b-9365-e3ed-5717ecefd31c@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/firmware.h')
-rw-r--r--drivers/staging/vt6656/firmware.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/drivers/staging/vt6656/firmware.h b/drivers/staging/vt6656/firmware.h
deleted file mode 100644
index 161126faf396..000000000000
--- a/drivers/staging/vt6656/firmware.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
- * All rights reserved.
- *
- * File: firmware.h
- *
- * Purpose: Version and Release Information
- *
- * Author: Yiching Chen
- *
- * Date: May 20, 2004
- *
- */
-
-#ifndef __FIRMWARE_H__
-#define __FIRMWARE_H__
-
-#include "device.h"
-
-int vnt_download_firmware(struct vnt_private *priv);
-int vnt_firmware_branch_to_sram(struct vnt_private *priv);
-int vnt_check_firmware_version(struct vnt_private *priv);
-
-#endif /* __FIRMWARE_H__ */