mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
hw: Declare various const data as 'const'
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250210133134.90879-7-philmd@linaro.org>
This commit is contained in:
parent
94dbecb994
commit
d31f1185fb
6 changed files with 6 additions and 6 deletions
|
@ -68,7 +68,7 @@ struct TMP421State {
|
|||
|
||||
struct TMP421Class {
|
||||
I2CSlaveClass parent_class;
|
||||
DeviceInfo *dev;
|
||||
const DeviceInfo *dev;
|
||||
};
|
||||
|
||||
#define TYPE_TMP421 "tmp421-generic"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue