mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
ssi: Move ssi.h into a separate directory
Move the ssi.h include file into the ssi directory. While touching the code also fix the typdef lines as checkpatch complains. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
d857c4c023
commit
8fd06719e7
18 changed files with 23 additions and 21 deletions
|
@ -10,7 +10,7 @@
|
|||
* GNU GPL, version 2 or (at your option) any later version.
|
||||
*/
|
||||
|
||||
#include "hw/ssi.h"
|
||||
#include "hw/ssi/ssi.h"
|
||||
#include "ui/console.h"
|
||||
|
||||
typedef struct {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
/* The controller can support a variety of different displays, but we only
|
||||
implement one. Most of the commends relating to brightness and geometry
|
||||
setup are ignored. */
|
||||
#include "hw/ssi.h"
|
||||
#include "hw/ssi/ssi.h"
|
||||
#include "ui/console.h"
|
||||
|
||||
//#define DEBUG_SSD0323 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue