staging: mmal-vchiq: Fixup vchiq-mmal include ordering
There were dependencies on including the headers in the correct order. Fix up the headers so that they include the other headers that they depend on themselves. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Link: https://lore.kernel.org/r/20200629150945.10720-4-nsaenzjulienne@suse.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
959fc47c53
commit
4a38e55089
@ -38,6 +38,7 @@
|
||||
#include "mmal-msg-common.h"
|
||||
#include "mmal-msg-format.h"
|
||||
#include "mmal-msg-port.h"
|
||||
#include "mmal-vchiq.h"
|
||||
|
||||
enum mmal_msg_type {
|
||||
MMAL_MSG_TYPE_QUIT = 1,
|
||||
|
@ -16,6 +16,7 @@
|
||||
#ifndef MMAL_VCHIQ_H
|
||||
#define MMAL_VCHIQ_H
|
||||
|
||||
#include "mmal-common.h"
|
||||
#include "mmal-msg-format.h"
|
||||
|
||||
#define MAX_PORT_COUNT 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user