Revision 5686c4f8250448cdbb15226aa32793df055123c5 authored by Raphaël Assénat on 09 August 2011, 10:10:12 UTC, committed by Tony Lindgren on 10 August 2011, 10:38:07 UTC
Add missing definitions for the AM3505/3517 UART4 such
as DMAs, INTs and base address.

Signed-of-by: Raphael Assenat <raph@8d.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent 58cf5e7
Raw File
driver-trace.c
/* bug in tracepoint.h, it should include this */
#include <linux/module.h>

/* sparse isn't too happy with all macros... */
#ifndef __CHECKER__
#include "driver-ops.h"
#define CREATE_TRACE_POINTS
#include "driver-trace.h"
#endif
back to top