drm/i915: Initialize return value for empty i915_gem_object_unbind()
[linux/fpc-iii.git] / arch / arm / mach-s3c24xx / include / mach / hardware.h
blobdedd3837c19353cb79bba4f49c364c4b60f16ae8
1 /*
2 * Copyright (c) 2003 Simtec Electronics
3 * Ben Dooks <ben@simtec.co.uk>
5 * S3C2410 - hardware
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
12 #ifndef __ASM_ARCH_HARDWARE_H
13 #define __ASM_ARCH_HARDWARE_H
15 #ifndef __ASSEMBLY__
17 extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
19 #endif /* __ASSEMBLY__ */
21 #include <asm/sizes.h>
22 #include <mach/map.h>
24 #endif /* __ASM_ARCH_HARDWARE_H */