Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c54ee54 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman
Browse files

staging: ks7010: move ROM_FILE definition into source file



This commit moves ROM_FILE from header to source file because
there is not being used outside this.

Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5e5cd808
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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 */