aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/fwio.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wfx/fwio.h')
-rw-r--r--drivers/staging/wfx/fwio.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/staging/wfx/fwio.h b/drivers/staging/wfx/fwio.h
deleted file mode 100644
index eeea61210eca..000000000000
--- a/drivers/staging/wfx/fwio.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * Firmware loading.
- *
- * Copyright (c) 2017-2019, Silicon Laboratories, Inc.
- * Copyright (c) 2010, ST-Ericsson
- */
-#ifndef WFX_FWIO_H
-#define WFX_FWIO_H
-
-struct wfx_dev;
-
-int wfx_init_device(struct wfx_dev *wdev);
-
-#endif