diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2007-02-15 17:21:31 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2007-02-15 17:21:31 +0000 |
| commit | 33d5497079b6a4e3bf95a36795dbb4153ec702bb (patch) | |
| tree | 8756dca03e08a58907b842fa664348bb2f5be1b9 /sys/tools | |
| parent | 1a5f5dc0973e9307be0e0f0d33a5b727ba450a06 (diff) | |
Notes
Diffstat (limited to 'sys/tools')
| -rw-r--r-- | sys/tools/fw_stub.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/tools/fw_stub.awk b/sys/tools/fw_stub.awk index 3e4463e268f9..40be8adffb14 100644 --- a/sys/tools/fw_stub.awk +++ b/sys/tools/fw_stub.awk @@ -125,7 +125,7 @@ for (file_i = 0; file_i < num_files; file_i++) { printc("\nstatic int\n"\ opt_m "_fw_modevent(module_t mod, int type, void *unused)\ {\ - struct firmware *fp, *parent;\ + const struct firmware *fp, *parent;\ int error;\ switch (type) {\ case MOD_LOAD:"); |
