Skip to content

Commit

Permalink
arch-mx: add missing include
Browse files Browse the repository at this point in the history
mxs_wait_mask_set and friends need a declaration
of struct mxs_register_32.

Signed-off-by: Jeroen Hofstee <[email protected]>
  • Loading branch information
jhofstee authored and trini committed Oct 25, 2014
1 parent 5afe73f commit 67c398d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/include/asm/arch-mxs/sys_proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#ifndef __SYS_PROTO_H__
#define __SYS_PROTO_H__

#include <asm/imx-common/regs-common.h>

int mxs_reset_block(struct mxs_register_32 *reg);
int mxs_wait_mask_set(struct mxs_register_32 *reg,
uint32_t mask,
Expand Down

0 comments on commit 67c398d

Please sign in to comment.