Skip to content

Commit

Permalink
staging: vc04_services: Fixup vchiq-mmal include ordering
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
6by9 authored and Phil Elwell committed May 28, 2019
1 parent 833c98b commit 67a3608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.h
Expand Up @@ -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
Expand Down

0 comments on commit 67a3608

Please sign in to comment.