diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-30 05:52:31 +0300 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2019-02-05 23:29:30 +0300 |
commit | 3c8d7ef89bb8bd7d00910fa14d4dab14a8e0cf5a (patch) | |
tree | 392558ade292bb30f602ff0371c6c962aafaf771 /drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c | |
parent | 278bca7f318e6a29f482eabbca52db538dc5d4e6 (diff) | |
download | linux-3c8d7ef89bb8bd7d00910fa14d4dab14a8e0cf5a.tar.xz |
vfio: platform: reset: fix up include directives to remove ccflags-y
For the include directive with double-quotes "", the preprocessor
searches the header in the relative path to the current file.
Fix them up, and remove the header search path option.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c')
-rw-r--r-- | drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c b/drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c index d45c3be71198..16165a62b86d 100644 --- a/drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c +++ b/drivers/vfio/platform/reset/vfio_platform_bcmflexrm.c @@ -23,7 +23,7 @@ #include <linux/kernel.h> #include <linux/module.h> -#include "vfio_platform_private.h" +#include "../vfio_platform_private.h" /* FlexRM configuration */ #define RING_REGS_SIZE 0x10000 |