diff options
-rw-r--r-- | drivers/crypto/cavium/nitrox/nitrox_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/crypto/cavium/nitrox/nitrox_main.c b/drivers/crypto/cavium/nitrox/nitrox_main.c index ae44a464cd2d..9ccefb9b7232 100644 --- a/drivers/crypto/cavium/nitrox/nitrox_main.c +++ b/drivers/crypto/cavium/nitrox/nitrox_main.c | |||
@@ -18,8 +18,9 @@ | |||
18 | #define SE_GROUP 0 | 18 | #define SE_GROUP 0 |
19 | 19 | ||
20 | #define DRIVER_VERSION "1.0" | 20 | #define DRIVER_VERSION "1.0" |
21 | #define FW_DIR "cavium/" | ||
21 | /* SE microcode */ | 22 | /* SE microcode */ |
22 | #define SE_FW "cnn55xx_se.fw" | 23 | #define SE_FW FW_DIR "cnn55xx_se.fw" |
23 | 24 | ||
24 | static const char nitrox_driver_name[] = "CNN55XX"; | 25 | static const char nitrox_driver_name[] = "CNN55XX"; |
25 | 26 | ||