firmware: Drop unused pages field from struct firmware
authorTakashi Iwai <tiwai@suse.de>
Wed, 15 Apr 2020 16:45:00 +0000 (18:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Apr 2020 07:59:39 +0000 (09:59 +0200)
commitab7c1e163b525316a870a494dd4ea196e7a6c455
tree4805407ddcd40f0da783d044c0810829d9a8f6d0
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
firmware: Drop unused pages field from struct firmware

The struct firmware contains a page table pointer that was used only
internally in the past.  Since the actual page tables are referred
from struct fw_priv and should be never from struct firmware, we can
drop this unused field gracefully.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Luis Chamberlain <mcgrof@kernel.org>
Link: https://lore.kernel.org/r/20200415164500.28749-1-tiwai@suse.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_loader/main.c
include/linux/firmware.h