ARM: Use struct syscore_ops instead of sysdevs for PM in common code
[pandora-kernel.git] / arch / arm / include / asm / mach / time.h
index 883f6be..d5adaae 100644 (file)
@@ -34,7 +34,6 @@
  *   timer interrupt which may be pending.
  */
 struct sys_timer {
-       struct sys_device       dev;
        void                    (*init)(void);
        void                    (*suspend)(void);
        void                    (*resume)(void);