~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <plat/irqs.h>
24
24
#include <plat/board.h>
25
 
#include <plat/common.h>
 
25
#include "common.h"
26
26
 
27
27
static struct omap_board_config_kernel ti8168_evm_config[] __initdata = {
28
28
};
48
48
        .init_irq       = ti816x_init_irq,
49
49
        .timer          = &omap3_timer,
50
50
        .init_machine   = ti8168_evm_init,
 
51
        .restart        = omap_prcm_restart,
51
52
MACHINE_END