diff options
| author | Stephen Warren <[email protected]> | 2016-06-17 09:43:56 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2016-06-19 17:05:55 -0600 |
| commit | 769d52ef0f04812fd65ef2f3ab921ad2e8562ab1 (patch) | |
| tree | 0ffa615d7a8becfe67d4b54a9593ff531a6ef372 /drivers | |
| parent | 21047b31f1d7db585bbb58ae2b733e3987b23e61 (diff) | |
mailbox: rename headers
Rename mailbox*.h to match the naming convention requested during review
of the new reset subsystem.
Signed-off-by: Stephen Warren <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mailbox/mailbox-uclass.c | 4 | ||||
| -rw-r--r-- | drivers/mailbox/sandbox-mbox-test.c | 2 | ||||
| -rw-r--r-- | drivers/mailbox/sandbox-mbox.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/drivers/mailbox/mailbox-uclass.c b/drivers/mailbox/mailbox-uclass.c index 73fa32874a5..40f851d9154 100644 --- a/drivers/mailbox/mailbox-uclass.c +++ b/drivers/mailbox/mailbox-uclass.c @@ -7,8 +7,8 @@ #include <common.h> #include <dm.h> #include <fdtdec.h> -#include <mailbox_client.h> -#include <mailbox_uclass.h> +#include <mailbox.h> +#include <mailbox-uclass.h> DECLARE_GLOBAL_DATA_PTR; diff --git a/drivers/mailbox/sandbox-mbox-test.c b/drivers/mailbox/sandbox-mbox-test.c index 02d161aada3..8351522bd4d 100644 --- a/drivers/mailbox/sandbox-mbox-test.c +++ b/drivers/mailbox/sandbox-mbox-test.c @@ -6,7 +6,7 @@ #include <common.h> #include <dm.h> -#include <mailbox_client.h> +#include <mailbox.h> #include <asm/io.h> struct sandbox_mbox_test { diff --git a/drivers/mailbox/sandbox-mbox.c b/drivers/mailbox/sandbox-mbox.c index 1b7ac231cb7..530c62c029c 100644 --- a/drivers/mailbox/sandbox-mbox.c +++ b/drivers/mailbox/sandbox-mbox.c @@ -6,7 +6,7 @@ #include <common.h> #include <dm.h> -#include <mailbox_uclass.h> +#include <mailbox-uclass.h> #include <asm/io.h> #include <asm/mbox.h> |
