diff mbox

[v4,1/3] update-linux-headers.sh: export virtio_types.h

Message ID 1425478577-32556-2-git-send-email-eric.auger@linaro.org
State New
Headers show

Commit Message

Auger Eric March 4, 2015, 2:16 p.m. UTC
virtio_ring.h now includes virtio_types.h. update-linux-headers.sh
now exports this latter.

Signed-off-by: Eric Auger <eric.auger@linaro.org>
---
 scripts/update-linux-headers.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Auger Eric March 4, 2015, 3:40 p.m. UTC | #1
On 03/04/2015 04:37 PM, Michael S. Tsirkin wrote:
> On Wed, Mar 04, 2015 at 02:16:15PM +0000, Eric Auger wrote:
>> virtio_ring.h now includes virtio_types.h. update-linux-headers.sh
>> now exports this latter.
>>
>> Signed-off-by: Eric Auger <eric.auger@linaro.org>
> 
> This is already included in my tree, but in a different place.
> Pull request sent today, pls wait for it to be pulled, don't
> apply this one.

OK Thanks

- Eric
> 
> 
> 
>> ---
>>  scripts/update-linux-headers.sh | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
>> index c8e026d..bbe6185 100755
>> --- a/scripts/update-linux-headers.sh
>> +++ b/scripts/update-linux-headers.sh
>> @@ -62,7 +62,7 @@ done
>>  rm -rf "$output/linux-headers/linux"
>>  mkdir -p "$output/linux-headers/linux"
>>  for header in kvm.h kvm_para.h vfio.h vhost.h virtio_config.h virtio_ring.h \
>> -              psci.h; do
>> +              virtio_types.h psci.h; do
>>      cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
>>  done
>>  rm -rf "$output/linux-headers/asm-generic"
>> -- 
>> 1.8.3.2
diff mbox

Patch

diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
index c8e026d..bbe6185 100755
--- a/scripts/update-linux-headers.sh
+++ b/scripts/update-linux-headers.sh
@@ -62,7 +62,7 @@  done
 rm -rf "$output/linux-headers/linux"
 mkdir -p "$output/linux-headers/linux"
 for header in kvm.h kvm_para.h vfio.h vhost.h virtio_config.h virtio_ring.h \
-              psci.h; do
+              virtio_types.h psci.h; do
     cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
 done
 rm -rf "$output/linux-headers/asm-generic"