-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include: Drop compat symlinks for IBM OEM headers
These symlinks have been in-place long enough for people to migrate. Provide a coccinelle semantic patch to help anyone who hasn't. Change-Id: Iab456ebba8d87c57eb2d573b7a8bffb394e0bb00 Signed-off-by: Andrew Jeffery <[email protected]>
- Loading branch information
1 parent
13cba3e
commit af73cf3
Showing
3 changed files
with
36 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
@@ | ||
@@ | ||
-#include <libpldm/file_io.h> | ||
+#include <libpldm/oem/ibm/file_io.h> | ||
|
||
@@ | ||
@@ | ||
-#include <libpldm/entity_oem_ibm.h> | ||
+#include <libpldm/oem/ibm/entity.h> | ||
|
||
@@ | ||
@@ | ||
-#include <libpldm/fru_oem_ibm.h> | ||
+#include <libpldm/oem/ibm/fru.h> | ||
|
||
@@ | ||
@@ | ||
-#include <libpldm/host.h> | ||
+#include <libpldm/oem/ibm/host.h> | ||
|
||
@@ | ||
@@ | ||
-#include <libpldm/platform_oem_ibm.h> | ||
+#include <libpldm/oem/ibm/platform.h> | ||
|
||
@@ | ||
@@ | ||
-#include <libpldm/state_set_oem_ibm.h> | ||
+#include <libpldm/oem/ibm/state_set.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters