From: Eduardo Habkost Date: Thu, 14 May 2015 18:53:02 +0000 (-0300) Subject: hw: Define empty HW_COMPAT_2_[23] macros X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~171^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1edbde82b809f80b973978886d8232fbf280cb03;p=sdk%2Femulator%2Fqemu.git hw: Define empty HW_COMPAT_2_[23] macros Now we can make everything consistent and define the macros even if they are still empty. Signed-off-by: Eduardo Habkost Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/include/hw/compat.h b/include/hw/compat.h index c56a698..4a43466 100644 --- a/include/hw/compat.h +++ b/include/hw/compat.h @@ -1,6 +1,12 @@ #ifndef HW_COMPAT_H #define HW_COMPAT_H +#define HW_COMPAT_2_3 \ + /* empty */ + +#define HW_COMPAT_2_2 \ + /* empty */ + #define HW_COMPAT_2_1 \ {\ .driver = "intel-hda",\