Linux 4.1.18
[linux/fpc-iii.git] / arch / x86 / platform / intel-mid / device_libs / platform_bma023.c
blob0ae7f2ae22968c128712197b7f80c14d72cc4e14
1 /*
2 * platform_bma023.c: bma023 platform data initilization file
4 * (C) Copyright 2013 Intel Corporation
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; version 2
9 * of the License.
12 #include <asm/intel-mid.h>
14 static const struct devs_id bma023_dev_id __initconst = {
15 .name = "bma023",
16 .type = SFI_DEV_TYPE_I2C,
17 .delay = 1,
20 sfi_device(bma023_dev_id);