Skip to content
Commit f9d91de0 authored by Sudeep Holla's avatar Sudeep Holla
Browse files

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: default avatarSudeep Holla <sudeep.holla@arm.com>
parent 1a695a90
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