blob: a4dce51bc8c8b6f4585086a604bda07287fcc67b [file] [log] [blame]
/*
* of_get_property() wrapper
*/
#include "adriver.h"
#include <asm/prom.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 21)
#define of_get_property get_property
#endif