Skip to content
Commit b7a39bd0 authored by David Woodhouse's avatar David Woodhouse Committed by David Woodhouse
Browse files

firmware: make fw->data const



In preparation for supporting firmware files linked into the static
kernel, make fw->data const to ensure that users aren't modifying it (so
that we can pass a pointer to the original in-kernel copy, rather than
having to copy it).

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent fd4f80de
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment