~ubuntu-branches/ubuntu/trusty/linux-lts-vivid/trusty-proposed

« back to all changes in this revision

Viewing changes to arch/arm/mach-omap2/board-generic.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Kamal Mostafa, K. Y. Srinivasan
  • Date: 2015-11-23 13:24:32 UTC
  • Revision ID: package-import@ubuntu.com-20151123132432-903xk653el60bfun
[ Kamal Mostafa ]

* Release Tracking Bug
  - LP: #1518519

[ K. Y. Srinivasan ]

* SAUCE: Drivers: hv: vmbus: Fix a Host signaling bug
  - LP: #1508706

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "common.h"
22
22
 
23
 
#if !(defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3))
24
 
#define intc_of_init    NULL
25
 
#endif
26
 
#ifndef CONFIG_ARCH_OMAP4
27
 
#define gic_of_init             NULL
28
 
#endif
29
 
 
30
23
static const struct of_device_id omap_dt_match_table[] __initconst = {
31
24
        { .compatible = "simple-bus", },
32
25
        { .compatible = "ti,omap-infra", },