mirror-linux/drivers/video/fbdev/aty
Al Viro 5f60d5f6bb move asm/unaligned.h to linux/unaligned.h
asm/unaligned.h is always an include of asm-generic/unaligned.h;
might as well move that thing to linux/unaligned.h and include
that - there's nothing arch-specific in that header.

auto-generated by the following:

for i in `git grep -l -w asm/unaligned.h`; do
	sed -i -e "s/asm\/unaligned.h/linux\/unaligned.h/" $i
done
for i in `git grep -l -w asm-generic/unaligned.h`; do
	sed -i -e "s/asm-generic\/unaligned.h/linux\/unaligned.h/" $i
done
git mv include/asm-generic/unaligned.h include/linux/unaligned.h
git mv tools/include/asm-generic/unaligned.h tools/include/linux/unaligned.h
sed -i -e "/unaligned.h/d" include/asm-generic/Kbuild
sed -i -e "s/__ASM_GENERIC/__LINUX/" include/linux/unaligned.h tools/include/linux/unaligned.h
2024-10-02 17:23:23 -04:00
..
Makefile
ati_ids.h
aty128fb.c fbdev/aty128fb: Use fbdev I/O helpers 2023-08-04 15:54:35 +02:00
atyfb.h fbdev: Include <linux/io.h> in various drivers 2023-05-18 11:06:19 +02:00
atyfb_base.c Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-next 2023-10-31 10:47:50 +10:00
mach64_accel.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
mach64_ct.c video: fbdev: mach64_ct: remove redundant res variable 2022-01-29 22:24:24 +01:00
mach64_cursor.c fbdev: Rename fb_mem*() helpers 2023-05-18 11:07:54 +02:00
mach64_gx.c video: fbdev: atyfb: Remove assigned but never used variable statements 2022-01-29 22:24:26 +01:00
radeon_accel.c
radeon_backlight.c fbdev/radeonfb: Use hardware device as backlight parent 2023-06-27 09:58:49 +02:00
radeon_base.c fbdev/radeon: Initialize fb_ops to fbdev I/O-memory helpers 2023-10-19 12:56:12 +02:00
radeon_i2c.c
radeon_monitor.c
radeon_pm.c video: fbdev: aty/matrox/...: Prepare cleanup of powerpc's asm/prom.h 2022-04-04 08:55:23 +02:00
radeonfb.h video: fbdev: aty/matrox/...: Prepare cleanup of powerpc's asm/prom.h 2022-04-04 08:55:23 +02:00