X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=drivers%2Facpi%2Finternal.h;h=2c195cd5ab1bda6116777566b97faed3c246f25c;hb=73990fc810bf84c5338d9596f8af8d70fe90ac72;hp=c529454532dc7fb796aeb102af0e260ee4989b3e;hpb=1dcc3d3362b0c97e48290f7786be85b4cec2a147;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index c529454532dc..2c195cd5ab1b 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h @@ -13,9 +13,6 @@ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. * - * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef _ACPI_INTERNAL_H_ @@ -70,7 +67,7 @@ void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val); #ifdef CONFIG_DEBUG_FS extern struct dentry *acpi_debugfs_dir; -int acpi_debugfs_init(void); +void acpi_debugfs_init(void); #else static inline void acpi_debugfs_init(void) { return; } #endif