mm: hugetlb: fix hugepage memory leak caused by wrong reserve count
[linux/fpc-iii.git] / arch / arm / common / firmware.c
blob27ddccb1131f535c081d3a112d3335faa3920f0e
1 /*
2 * Copyright (C) 2012 Samsung Electronics.
3 * Kyungmin Park <kyungmin.park@samsung.com>
4 * Tomasz Figa <t.figa@samsung.com>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
11 #include <linux/kernel.h>
12 #include <linux/suspend.h>
14 #include <asm/firmware.h>
16 static const struct firmware_ops default_firmware_ops;
18 const struct firmware_ops *firmware_ops = &default_firmware_ops;