mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Remove dependencies with kernel headers from instrument layer codes
Don't include kernel headers from alsa-lib codes. Still remained in instrument layer codes, but now all should be gone.
This commit is contained in:
parent
982786e9eb
commit
a98fd022fa
9 changed files with 46 additions and 64 deletions
|
|
@ -24,12 +24,7 @@
|
|||
#ifndef __SOUND_AINSTR_IW_H
|
||||
#define __SOUND_AINSTR_IW_H
|
||||
|
||||
#ifndef __KERNEL__
|
||||
#define __KERNEL__
|
||||
#include <asm/types.h>
|
||||
#include <asm/byteorder.h>
|
||||
#undef __KERNEL__
|
||||
#endif
|
||||
#include "type_compat.h"
|
||||
|
||||
/*
|
||||
* share types (share ID 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue