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>
#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
spinlock_t rx_dev_lock; /* protect access to the queue */
};
-#define ROM_FILE "ks7010sd.rom"
-
#endif /* _KS7010_SDIO_H */