Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22989 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
96bc573e6e
commit
b304ba4bef
@ -97,8 +97,8 @@ setup_device_links(ide_bus_info *bus, ide_device_info *device)
|
||||
|
||||
/** create device info */
|
||||
|
||||
static
|
||||
ide_device_info *create_device(ide_bus_info *bus, bool is_device1)
|
||||
static ide_device_info *
|
||||
create_device(ide_bus_info *bus, bool is_device1)
|
||||
{
|
||||
ide_device_info *device;
|
||||
|
||||
|
@ -78,7 +78,6 @@ typedef struct tagdevice_infoblock {
|
||||
);
|
||||
uint16 dummy7[1]; // 68
|
||||
|
||||
|
||||
LBITFIELD3 ( // 6a (53) validity
|
||||
_54_58_valid : 1,
|
||||
_64_70_valid : 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user