123456789101112131415 |
- /*
- * Copyright (C) ST-Ericsson SA 2010
- *
- * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson
- * License terms: GNU General Public License (GPL), version 2.
- */
- #ifndef __DEVICES_COMMON_H
- #define __DEVICES_COMMON_H
- #include <linux/platform_device.h>
- #include <linux/dma-mapping.h>
- #include <linux/sys_soc.h>
- #endif
|