Merge tag 'linux-can-next-for-4.12-20170427' of git://git.kernel.org/pub/scm/linux...
[linux-2.6/btrfs-unstable.git] / include / linux / platform_data / ti-aemif.h
blobac72e115093c8618ebd43086dcb07e961df9cdb3
1 /*
2 * TI DaVinci AEMIF platform glue.
4 * Copyright (C) 2017 BayLibre SAS
6 * Author:
7 * Bartosz Golaszewski <bgolaszewski@baylibre.com>
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
14 #ifndef __TI_DAVINCI_AEMIF_DATA_H__
15 #define __TI_DAVINCI_AEMIF_DATA_H__
17 #include <linux/of_platform.h>
19 struct aemif_platform_data {
20 struct of_dev_auxdata *dev_lookup;
23 #endif /* __TI_DAVINCI_AEMIF_DATA_H__ */