]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
staging: ks7010: move ROM_FILE definition into source file
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 23 Apr 2018 13:44:35 +0000 (15:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2018 13:47:22 +0000 (15:47 +0200)
This commit moves ROM_FILE from header to source file because
there is not being used outside this.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks7010_sdio.c
drivers/staging/ks7010/ks7010_sdio.h

index c1bd7de4007f9bf4db52bbd96db3e213a2c8c13a..d3401242d9b7d799eaecf6613d7f534d380eeafd 100644 (file)
@@ -22,6 +22,7 @@
 #include "ks_hostif.h"
 #include "ks7010_sdio.h"
 
+#define ROM_FILE "ks7010sd.rom"
 #define KS7010_FUNC_NUM 1
 #define KS7010_IO_BLOCK_SIZE 512
 #define KS7010_MAX_CLOCK 25000000
index 3f658451a91a80cd3d8141247601f27e2aaace74..1bcdbe322e9d6b844dba8242e1f8a2478f05e636 100644 (file)
@@ -154,6 +154,4 @@ struct rx_device {
        spinlock_t rx_dev_lock; /* protect access to the queue */
 };
 
-#define        ROM_FILE "ks7010sd.rom"
-
 #endif /* _KS7010_SDIO_H */