
18 Jun
2016
18 Jun
'16
1:04 a.m.
On 17 June 2016 at 09:43, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
Rename mailbox*.h to match the naming convention requested during review of the new reset subsystem.
Signed-off-by: Stephen Warren swarren@nvidia.com
v2: New patch.
drivers/mailbox/mailbox-uclass.c | 4 ++-- drivers/mailbox/sandbox-mbox-test.c | 2 +- drivers/mailbox/sandbox-mbox.c | 2 +- include/{mailbox_uclass.h => mailbox-uclass.h} | 4 ++-- include/{mailbox_client.h => mailbox.h} | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) rename include/{mailbox_uclass.h => mailbox-uclass.h} (96%) rename include/{mailbox_client.h => mailbox.h} (98%)
Acked-by: Simon Glass sjg@chromium.org