Revision a39069f6ce6500a5ca39e534108247f25169d8e0 authored by Haojian Zhuang on 25 January 2010, 11:30:29 UTC, committed by Samuel Ortiz on 07 March 2010, 21:17:16 UTC
MAX8925 is a PMIC that contains RTC component.

Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
1 parent 1f1cf8f
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