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

« back to all changes in this revision

Viewing changes to arch/arm/mach-omap1/board-h2.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:
43
43
#include <plat/irda.h>
44
44
#include <plat/usb.h>
45
45
#include <plat/keypad.h>
46
 
#include <plat/common.h>
 
46
#include "common.h"
47
47
#include <plat/flash.h>
48
48
 
49
49
#include "board-h2.h"
456
456
        .init_irq       = omap1_init_irq,
457
457
        .init_machine   = h2_init,
458
458
        .timer          = &omap1_timer,
 
459
        .restart        = omap1_restart,
459
460
MACHINE_END