Skip to content

Commit

Permalink
xtensa: Add missing include in coprocessor.h
Browse files Browse the repository at this point in the history
Coprocessor.h depends on variant settings.

Signed-off-by: Chris Zankel <chris@zankel.net>
  • Loading branch information
Chris Zankel committed May 3, 2010
1 parent 0a97246 commit d1eca29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/xtensa/include/asm/coprocessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#define _XTENSA_COPROCESSOR_H

#include <linux/stringify.h>
#include <variant/core.h>
#include <variant/tie.h>
#include <asm/types.h>

Expand Down

0 comments on commit d1eca29

Please sign in to comment.