Skip to content

Commit

Permalink
hw: Define empty HW_COMPAT_2_[23] macros
Browse files Browse the repository at this point in the history
Now we can make everything consistent and define the macros even if they
are still empty.

Signed-off-by: Eduardo Habkost <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
  • Loading branch information
ehabkost authored and mstsirkin committed May 31, 2015
1 parent dd754ba commit 1edbde8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/hw/compat.h
Original file line number Diff line number Diff line change
@@ -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",\
Expand Down

0 comments on commit 1edbde8

Please sign in to comment.