commit | 3b7a17fcdae532d29dffab9d564a28be08960988 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Fri Jan 01 17:40:50 2010 +0100 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Feb 22 16:16:57 2010 -0800 |
tree | 64ac96e997751e34fcd237485fac9b868d1e0614 | |
parent | b26b2d494b659f988b4d75eb394dfa0ddac415c9 [diff] |
resource/PCI: mark struct resource as const Now that we return the new resource start position, there is no need to update "struct resource" inside the align function. Therefore, mark the struct resource as const. Cc: Bjorn Helgaas <bjorn.helgaas@hp.com> Cc: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>