hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/net/wireless/intel/iwlwifi/dvm/agn.h
....@@ -16,11 +16,6 @@
1616 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1717 * General Public License for more details.
1818 *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program; if not, write to the Free Software
21
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
22
- * USA
23
- *
2419 * The full GNU General Public License is included in this distribution
2520 * in the file called COPYING.
2621 *
....@@ -444,13 +439,10 @@
444439 }
445440
446441 #ifdef CONFIG_IWLWIFI_DEBUGFS
447
-int iwl_dbgfs_register(struct iwl_priv *priv, struct dentry *dbgfs_dir);
442
+void iwl_dbgfs_register(struct iwl_priv *priv, struct dentry *dbgfs_dir);
448443 #else
449
-static inline int iwl_dbgfs_register(struct iwl_priv *priv,
450
- struct dentry *dbgfs_dir)
451
-{
452
- return 0;
453
-}
444
+static inline void iwl_dbgfs_register(struct iwl_priv *priv,
445
+ struct dentry *dbgfs_dir) { }
454446 #endif /* CONFIG_IWLWIFI_DEBUGFS */
455447
456448 #ifdef CONFIG_IWLWIFI_DEBUG