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

« back to all changes in this revision

Viewing changes to arch/arm/mach-omap2/board-omap3touchbook.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:
44
44
#include <asm/mach/flash.h>
45
45
 
46
46
#include <plat/board.h>
47
 
#include <plat/common.h>
 
47
#include "common.h"
48
48
#include <plat/gpmc.h>
49
49
#include <plat/nand.h>
50
50
#include <plat/usb.h>
383
383
        .init_irq       = omap3_init_irq,
384
384
        .init_machine   = omap3_touchbook_init,
385
385
        .timer          = &omap3_secure_timer,
 
386
        .restart        = omap_prcm_restart,
386
387
MACHINE_END