fsl_pmc.c (da733563be5a9da26fe81d9f007262d00b846e22) | fsl_pmc.c (26a2056eb21fff26caf99d19ad5448e9403db55d) |
---|---|
1/* 2 * Suspend/resume support 3 * 4 * Copyright 2009 MontaVista Software, Inc. 5 * 6 * Author: Anton Vorontsov <avorontsov@ru.mvista.com> 7 * 8 * This program is free software; you can redistribute it and/or modify --- 4 unchanged lines hidden (view full) --- 13 14#include <linux/init.h> 15#include <linux/types.h> 16#include <linux/errno.h> 17#include <linux/export.h> 18#include <linux/suspend.h> 19#include <linux/delay.h> 20#include <linux/device.h> | 1/* 2 * Suspend/resume support 3 * 4 * Copyright 2009 MontaVista Software, Inc. 5 * 6 * Author: Anton Vorontsov <avorontsov@ru.mvista.com> 7 * 8 * This program is free software; you can redistribute it and/or modify --- 4 unchanged lines hidden (view full) --- 13 14#include <linux/init.h> 15#include <linux/types.h> 16#include <linux/errno.h> 17#include <linux/export.h> 18#include <linux/suspend.h> 19#include <linux/delay.h> 20#include <linux/device.h> |
21#include <linux/of_address.h> |
|
21#include <linux/of_platform.h> 22 23struct pmc_regs { 24 __be32 devdisr; 25 __be32 devdisr2; 26 __be32 :32; 27 __be32 :32; 28 __be32 pmcsr; --- 64 unchanged lines hidden --- | 22#include <linux/of_platform.h> 23 24struct pmc_regs { 25 __be32 devdisr; 26 __be32 devdisr2; 27 __be32 :32; 28 __be32 :32; 29 __be32 pmcsr; --- 64 unchanged lines hidden --- |