Commit 300dcb02 authored by Alexander Schulz's avatar Alexander Schulz Committed by Russell King

[ARM PATCH] 1518/1: Shark: cyberpro broken by machine_is_netwinder

Patch from Alexander Schulz

I cannot compile the file cyber2000fb.c because of an undifined 
reference to machine_is_netwinder(). This patch makes it compile again.
parent 0c30b370
......@@ -55,6 +55,10 @@
#include <asm/system.h>
#include <asm/uaccess.h>
#ifdef __arm__
#include <asm/mach-types.h>
#endif
#include "cyber2000fb.h"
struct cfb_info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment