The last 3 patches removed carrying around some upstream
headers but we forgot to ensure compat-wireless copies them
over to our local tree.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
echo "Copying $GIT_COMPAT_TREE/ files..."
cp $GIT_COMPAT_TREE/compat/*.c $COMPAT/
cp $GIT_COMPAT_TREE/compat/Makefile $COMPAT/
-cp $GIT_COMPAT_TREE/include/linux/*.h include/linux/
+cp -a $GIT_COMPAT_TREE/include/linux/* include/linux/
rm -f $COMPAT/*.mod.c
# Refresh patches using quilt