]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: vc04_services: Change fields of page list structure to fixed length
authorMichael Zoran <mzoran@crowfest.net>
Wed, 19 Oct 2016 22:58:27 +0000 (15:58 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Oct 2016 13:21:26 +0000 (15:21 +0200)
commite64568b8ea6c04e747e432c17ce2452652075216
tree6617fd3b8f22002a69c8d647a494bff1b346a73e
parent35b7ebda57affcfd3616d39d5a727a4495b31123
staging: vc04_services: Change fields of page list structure to fixed length

The arm processor core and the GPU have shared data structures.
One of these structures is a list of pages of data for messages.
This structure can not change since it is dependent on the GPU
firmware which is external to the kernel.  Convert the fields
of this structure to fixed length fields.

Signed-off-by: Michael Zoran <mzoran@crowfest.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h