On 17/10/23 14:22, Peter Maydell wrote:
This source file implements a stellaris gamepad device; rename
it so that it is a closer match to the device name.
Signed-off-by: Peter Maydell <[email protected]>
---
include/hw/input/{gamepad.h => stellaris_gamepad.h} | 6 +++---
hw/arm/stellaris.c | 2 +-
hw/input/{stellaris_input.c => stellaris_gamepad.c} | 2 +-
hw/arm/Kconfig | 2 +-
hw/input/Kconfig | 2 +-
hw/input/meson.build | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
rename include/hw/input/{gamepad.h => stellaris_gamepad.h} (77%)
rename hw/input/{stellaris_input.c => stellaris_gamepad.c} (98%)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>