firmware: arm_scpi: remove dvfs_get packed structure
authorSudeep Holla <sudeep.holla@arm.com>
Wed, 20 Apr 2016 12:25:01 +0000 (13:25 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 13 Jun 2016 10:12:55 +0000 (11:12 +0100)
commitf9d91de0ad8c765f5ec6f2e71db89cb2fb99820b
treebdd4e60b010dcdfaa251be89d4b564772c7bd8dc
parent1a695a905c18548062509178b98bc91e67510864
firmware: arm_scpi: remove dvfs_get packed structure

dvfs_get packed structure is used to read the DVFS/OPP index from the
firmware. It just contains a single byte that needs no packing making
the whole structure defination unnecessary.

This patch replaces the unnecessary dvfs_get packed structure with an
unsigned byte.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scpi.c